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

Constructor Index

 o IndexPanel()
Instantiate each of the parameter panels and add them to the CardLayout manager in the IndexPanel.

Method Index

 o fliptoPanel(Object)
This static class method allows the event handler in the ControlPanel to trigger a card flip.

Constructors

 o IndexPanel
  public IndexPanel()
Instantiate each of the parameter panels and add them to the CardLayout manager in the IndexPanel.

Methods

 o 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