Class tinkerToy.TinkerToy
All Packages Class Hierarchy This Package Previous Next Index
source
Class tinkerToy.TinkerToy
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tinkerToy.TinkerToy
- public class TinkerToy
- extends Applet
Three dimensional, online tinker toy applet.
-
TinkerToy()
-
-
action(Event, Object)
-
-
init()
- Initialize the applet.
TinkerToy
public TinkerToy()
init
public void init()
- Initialize the applet. Instantiate an ObjFrame so the needed
classes are fetched now instead of when the start button is
pressed. Notify the scrolling banner (which is hopefully
entertaining the user) when the classes have been loaded.
- Overrides:
- init in class Applet
action
public boolean action(Event e,
Object o)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index