Class GeneralPanel
Class GeneralPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----GeneralPanel
- class GeneralPanel
- extends Panel
This panel contains a TitlePanel and a GridBagPanel
that accepts input for the following lilgp parameters:
- max_gen
- pop_size
- rand_seed
- See Also:
- TitlePanel, GridBagPanel
-
GeneralPanel()
- Add each of the UI components needed to accept input.
-
action(Event, Object)
- Trap TextField events and send the focus to the
next field on the panel.
-
flushParameters()
- Collect the contents of each UI component and store it in the
ParameterDB.
-
loadParams()
- This method is responsible for loading parameters onto the GeneralPanel
after the user opens a parameter file.
GeneralPanel
public GeneralPanel()
- Add each of the UI components needed to accept input.
- See Also:
- addComponent
flushParameters
public static void flushParameters()
- Collect the contents of each UI component and store it in the
ParameterDB.
- See Also:
- ParameterDB
action
public boolean action(Event event,
Object arg)
- Trap TextField events and send the focus to the
next field on the panel.
- Overrides:
- action in class Component
loadParams
public static void loadParams()
- This method is responsible for loading parameters onto the GeneralPanel
after the user opens a parameter file.