about imageJ package

B

bharath

In some source codes found on the net contains i saw import statements
like
import ij.gui.*;
import ij.process.*;
what is this IJ package and where can i get it.
I think its not in JDK1.5
 
T

Thomas Fritsch

bharath said:
In some source codes found on the net contains i saw import statements
like
import ij.gui.*;
import ij.process.*;
what is this IJ package and where can i get it.
I think its not in JDK1.5
Please learn to search by yourself, instead of waiting until someone
else does it for you. From the import statements above, you know 2 exact
package-names of IJ. Hence google for
"package ij.gui"
or
"package ij.process"
This should find the sources or the API docs of the IJ packages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top