Class GaaApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----GaaApplet
- public class GaaApplet
- extends Applet
- implements ActionListener, ItemListener
-
actionPanel
-
-
appFrame
-
-
chkDebug
-
-
chkStatusHelp
-
-
chkWithGraphics
-
-
chkWithLog
-
-
chkWithSound
-
-
chkWithText
-
-
function
-
-
gaaAppMode
-
-
keepOldPop
-
-
mainDir
-
-
paramsPanel
-
-
parFileName
-
-
pop
-
-
problem
-
-
statusLabel
-
-
udfhelpwin
-
-
GaaApplet()
-
-
actionPerformed(ActionEvent)
-
-
createHelpScreen(String, String, int)
-
-
destroy()
-
-
getCodeBase()
-
-
getDocumentBase()
-
-
init()
-
-
itemStateChanged(ItemEvent)
-
-
main(String[])
-
-
notForApplet()
-
-
notReady()
-
problem
public static GaaProblem problem
pop
public static GaaPopulation pop
function
public static GaaFunction function
paramsPanel
public static GaaParams paramsPanel
actionPanel
public static GaaAction actionPanel
udfhelpwin
public static GaaLog udfhelpwin
mainDir
public static URL mainDir
gaaAppMode
public static String gaaAppMode
parFileName
public static String parFileName
appFrame
public static Frame appFrame
keepOldPop
public static boolean keepOldPop
statusLabel
public static Label statusLabel
chkStatusHelp
public static CheckboxMenuItem chkStatusHelp
chkWithText
public static CheckboxMenuItem chkWithText
chkWithGraphics
public static CheckboxMenuItem chkWithGraphics
chkWithSound
public static CheckboxMenuItem chkWithSound
chkWithLog
public static CheckboxMenuItem chkWithLog
chkDebug
public static CheckboxMenuItem chkDebug
GaaApplet
public GaaApplet()
init
public void init()
- Overrides:
- init in class Applet
main
public static void main(String argv[])
destroy
public void destroy()
- Overrides:
- destroy in class Applet
getDocumentBase
public URL getDocumentBase()
- Overrides:
- getDocumentBase in class Applet
getCodeBase
public URL getCodeBase()
- Overrides:
- getCodeBase in class Applet
notReady
public static void notReady()
notForApplet
public static void notForApplet()
createHelpScreen
public static GaaLog createHelpScreen(String title,
String txt,
int margin)
itemStateChanged
public void itemStateChanged(ItemEvent e)
actionPerformed
public void actionPerformed(ActionEvent e)