Class builder.StartApplet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class builder.StartApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----builder.StartApplet

public class StartApplet
extends Applet
Applet to start Builder from a Browser.

Constructor Index

 o StartApplet()

Method Index

 o action(Event, Object)
 o init()
 o start()

Constructors

 o StartApplet
  public StartApplet()

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o start
  public void start()
Overrides:
start in class Applet
 o action
  public boolean action(Event evt,
                        Object obj)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index