Class IndexPanel
Class IndexPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----IndexPanel
- class IndexPanel
- extends Panel
Create an index panel that uses the CardLayout manager
to store the six different parameter panels. Clicking
on a button in the ControlPanel will cause a new card
to be displayed.
- See Also:
- ControlPanel
-
IndexPanel()
- Instantiate each of the parameter panels and add them to the
CardLayout manager in the IndexPanel.
-
fliptoPanel(Object)
- This static class method allows the event handler in the
ControlPanel to trigger a card flip.
IndexPanel
public IndexPanel()
- Instantiate each of the parameter panels and add them to the
CardLayout manager in the IndexPanel.
fliptoPanel
public static void fliptoPanel(Object arg)
- This static class method allows the event handler in the
ControlPanel to trigger a card flip.
- Parameters:
- arg - the button label