DemoPanel Class Reference
The DemoPanel is the screen that displays before the game is launched. More...
Inherits javax::swing::JPanel, and java::awt::event::ActionListener.
Collaboration diagram for DemoPanel:
Public Member Functions | |
DemoPanel () | |
Create a new DemoPanel. | |
void | actionPerformed (ActionEvent e) |
Package Attributes | |
ActionListener | actionListener = null |
Static Package Attributes | |
static final int | START = 0 |
static final int | EXIT = START + 1 |
Detailed Description
The DemoPanel is the screen that displays before the game is launched.
It allows selection of players and what devices they will use.
- See also:
- PlayerPanel
Constructor & Destructor Documentation
Member Function Documentation
void actionPerformed | ( | ActionEvent | e | ) |
Here is the call graph for this function:
Member Data Documentation
ActionListener actionListener = null [package] |
final int START = 0 [static, package] |
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/DemoPanel.java