RecognitionPanel Class Reference
RecognitionPanel allows up to four users to start using a previously trained Session to recognize gestures they have created. More...
Inherits javax::swing::JPanel, and java::awt::event::ActionListener.
Collaboration diagram for RecognitionPanel:
Public Member Functions | |
RecognitionPanel () | |
Create a new RecognitionPanel. | |
void | itemStateChanged (ItemEvent e) |
void | actionPerformed (ActionEvent e) |
Detailed Description
RecognitionPanel allows up to four users to start using a previously trained Session to recognize gestures they have created.
This panel contains widgets for selecting a device, threshold, and gesture library for each user.
Constructor & Destructor Documentation
RecognitionPanel | ( | ) |
Create a new RecognitionPanel.
Member Function Documentation
void actionPerformed | ( | ActionEvent | e | ) |
void itemStateChanged | ( | ItemEvent | e | ) |
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/RecognitionPanel.java