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.

Constructor Index

 o TinkerToy()

Method Index

 o action(Event, Object)
 o init()
Initialize the applet.

Constructors

 o TinkerToy
  public TinkerToy()

Methods

 o 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
 o action
  public boolean action(Event e,
                        Object o)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index