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
-
change
-
-
controlVariable
-
-
documentBase
- location of marker.txt
-
function
-
-
inputParameters
-
-
nParameters
-
-
nVariables
-
-
parameterBoxes
-
-
period
-
-
showing
- true if window showing
-
speed
-
-
variableBoxes
-
-
startControl()
-
-
action(Event, Object)
-
-
getAllParameters()
-
-
getFromApplet(String, String)
-
-
hideWindow()
-
-
init()
-
-
showWindow()
-
showing
public boolean showing
- true if window showing
inputParameters
public boolean inputParameters
parameterBoxes
public String parameterBoxes[]
variableBoxes
public String variableBoxes[]
nParameters
public int nParameters
nVariables
public int nVariables
function
public int function
controlVariable
public int controlVariable
change
public double change
period
public int period
speed
public int speed
documentBase
URL documentBase
- location of marker.txt
startControl
public startControl()
init
public void init()
- Overrides:
- init in class Applet
showWindow
public void showWindow()
hideWindow
public void hideWindow()
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
getFromApplet
protected String getFromApplet(String parameter,
String s)
getAllParameters
protected void getAllParameters()