Class EDU.auburn.VGJ.VGJ
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.VGJ
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----EDU.auburn.VGJ.VGJ
- public class VGJ
- extends Applet
The VGJ applet. It is a big button that pops up VGJ graph
editor windows.
Here is the source.
-
VGJ()
-
-
action(Event, Object)
-
-
init()
-
-
main(String[])
-
VGJ
public VGJ()
init
public void init()
- Overrides:
- init in class Applet
main
public static void main(String args[])
action
public boolean action(Event event,
Object what)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index