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

Variable Index

 o actionPanel
 o appFrame
 o chkDebug
 o chkStatusHelp
 o chkWithGraphics
 o chkWithLog
 o chkWithSound
 o chkWithText
 o function
 o gaaAppMode
 o keepOldPop
 o mainDir
 o paramsPanel
 o parFileName
 o pop
 o problem
 o statusLabel
 o udfhelpwin

Constructor Index

 o GaaApplet()

Method Index

 o actionPerformed(ActionEvent)
 o createHelpScreen(String, String, int)
 o destroy()
 o getCodeBase()
 o getDocumentBase()
 o init()
 o itemStateChanged(ItemEvent)
 o main(String[])
 o notForApplet()
 o notReady()

Variables

 o problem
 public static GaaProblem problem
 o pop
 public static GaaPopulation pop
 o function
 public static GaaFunction function
 o paramsPanel
 public static GaaParams paramsPanel
 o actionPanel
 public static GaaAction actionPanel
 o udfhelpwin
 public static GaaLog udfhelpwin
 o mainDir
 public static URL mainDir
 o gaaAppMode
 public static String gaaAppMode
 o parFileName
 public static String parFileName
 o appFrame
 public static Frame appFrame
 o keepOldPop
 public static boolean keepOldPop
 o statusLabel
 public static Label statusLabel
 o chkStatusHelp
 public static CheckboxMenuItem chkStatusHelp
 o chkWithText
 public static CheckboxMenuItem chkWithText
 o chkWithGraphics
 public static CheckboxMenuItem chkWithGraphics
 o chkWithSound
 public static CheckboxMenuItem chkWithSound
 o chkWithLog
 public static CheckboxMenuItem chkWithLog
 o chkDebug
 public static CheckboxMenuItem chkDebug

Constructors

 o GaaApplet
 public GaaApplet()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o main
 public static void main(String argv[])
 o destroy
 public void destroy()
Overrides:
destroy in class Applet
 o getDocumentBase
 public URL getDocumentBase()
Overrides:
getDocumentBase in class Applet
 o getCodeBase
 public URL getCodeBase()
Overrides:
getCodeBase in class Applet
 o notReady
 public static void notReady()
 o notForApplet
 public static void notForApplet()
 o createHelpScreen
 public static GaaLog createHelpScreen(String title,
                                       String txt,
                                       int margin)
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)