Class startControl

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

public class startControl
extends Applet
Starts Control


Variable Index

 o change
 o controlVariable
 o documentBase
location of marker.txt
 o function
 o inputParameters
 o nParameters
 o nVariables
 o parameterBoxes
 o period
 o showing
true if window showing
 o speed
 o variableBoxes

Constructor Index

 o startControl()

Method Index

 o action(Event, Object)
 o getAllParameters()
 o getFromApplet(String, String)
 o hideWindow()
 o init()
 o showWindow()

Variables

 o showing
 public boolean showing
true if window showing

 o inputParameters
 public boolean inputParameters
 o parameterBoxes
 public String parameterBoxes[]
 o variableBoxes
 public String variableBoxes[]
 o nParameters
 public int nParameters
 o nVariables
 public int nVariables
 o function
 public int function
 o controlVariable
 public int controlVariable
 o change
 public double change
 o period
 public int period
 o speed
 public int speed
 o documentBase
 URL documentBase
location of marker.txt

Constructors

 o startControl
 public startControl()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o showWindow
 public void showWindow()
 o hideWindow
 public void hideWindow()
 o action
 public boolean action(Event evt,
                       Object arg)
Overrides:
action in class Component
 o getFromApplet
 protected String getFromApplet(String parameter,
                                String s)
 o getAllParameters
 protected void getAllParameters()