From: ssecorp on
Im new to Java and google doesnt give a "final answer."

Which is the best site for browsing Java libraries?


I am specifically looking for a library to open,edit and check
pixelcolors of images.

One for videos would be good too.
From: Roedy Green on
On Fri, 4 Jul 2008 14:12:15 -0700 (PDT), ssecorp
<circularfunc(a)gmail.com> wrote, quoted or indirectly quoted someone
who said :

>Which is the best site for browsing Java libraries?

your own computer. Download and install the documentation.
Then use a program like Copernic to index and search it for you.

See http://mindprod.com/jgloss/copernic.html
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
From: Arne Vajhøj on
ssecorp wrote:
> Im new to Java and google doesnt give a "final answer."
>
> Which is the best site for browsing Java libraries?

Depends on for what purpose.

> I am specifically looking for a library to open,edit and check
> pixelcolors of images.
>
> One for videos would be good too.

I believe you need to look at JAI and JMF.

Arne
From: Arne Vajhøj on
Roedy Green wrote:
> On Fri, 4 Jul 2008 14:12:15 -0700 (PDT), ssecorp
> <circularfunc(a)gmail.com> wrote, quoted or indirectly quoted someone
> who said :
>> Which is the best site for browsing Java libraries?
>
> your own computer. Download and install the documentation.
> Then use a program like Copernic to index and search it for you.
>
> See http://mindprod.com/jgloss/copernic.html

Considering what you chose not to quote:

#I am specifically looking for a library to open,edit and check
#pixelcolors of images.
#
#One for videos would be good too.

Then I find it difficult to see any relevance for the
question.

Arne