|
From: ssecorp on 4 Jul 2008 17:12 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 4 Jul 2008 17:15 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 4 Jul 2008 21:01 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 4 Jul 2008 21:02 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
|
Pages: 1 Prev: Question on associativity and precedence Next: Newbie - what is the class Class? |