All Packages Class Hierarchy This Package Previous Next Index
Class ij.ImageJApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ij.ImageJApplet
- public class ImageJApplet
- extends Applet
Shell applet that runs Image/J
-
ImageJApplet()
-
-
getInstance()
-
-
init()
- Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
ImageJApplet
public ImageJApplet()
init
public void init()
- Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
- Overrides:
- init in class Applet
getInstance
public static ImageJApplet getInstance()
All Packages Class Hierarchy This Package Previous Next Index