FROG

FROG Recognizer of Gestures

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:

List of all members.

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.

Author:
Team Better Recognize
See also:
PlayerPanel

Constructor & Destructor Documentation

DemoPanel (  ) 

Create a new DemoPanel.


Member Function Documentation

void actionPerformed ( ActionEvent  e  ) 

Here is the call graph for this function:


Member Data Documentation

ActionListener actionListener = null [package]
final int EXIT = START + 1 [static, 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
 All Classes Namespaces Files Functions Variables