|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrog.gui.FROGUI
public class FROGUI
Main class for the Team Better Recognize GUI for FROG.
The FROGUI class represents the initial offering of Team Better Recognize for
a GUI interface to the FROG Recognizer of Gestures tool. This GUI supports
all features of FROG. The user interface is built on top of the underlying
FROG class and it should not be a problem to create a completely different
GUI to suit your specific needs.
| Field Summary | |
|---|---|
(package private) static Image |
checkmark
Standard image to be used with frog. |
(package private) static Image |
configure
Standard image to be used with frog. |
(package private) static JFrame |
frame
The main JFrame for the FROGUI application. |
(package private) static Frog |
frog
Reference to underlying FROG system |
(package private) static Image |
frogLogo
Standard image to be used with frog. |
(package private) static boolean |
guiVerbose
|
(package private) static int |
heightDemoWindow
|
(package private) static int |
heightEvaluationWindow
|
(package private) static int |
heightMainMenu
|
(package private) static int |
heightRecognitionWindow
|
(package private) static int |
heightTrainingWindow
|
(package private) static Image |
ignoreButton
Standard image to be used with frog. |
(package private) static Image |
infoButton
Standard image to be used with frog. |
static int |
MAX_USERS
|
(package private) static Image |
shutdownButton
Standard image to be used with frog. |
(package private) static int |
widthDemoWindow
|
(package private) static int |
widthEvaluationWindow
|
(package private) static int |
widthMainMenu
|
(package private) static int |
widthRecognitionWindow
|
(package private) static int |
widthTrainingWindow
|
(package private) static Image |
x
Standard image to be used with frog. |
| Method Summary | |
|---|---|
static FROGUI |
getInstance()
Returns the singleton FROGUI object. |
static User |
getUser(int i)
Returns the values of the users array of the GUI. |
static void |
main(String[] args)
Sets look and feel and imports images. |
static void |
setPanel(JPanel panel)
Allows the transition from one panel to the next. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final boolean guiVerbose
public static final int MAX_USERS
static final int widthMainMenu
static final int heightMainMenu
static final int widthTrainingWindow
static final int heightTrainingWindow
static final int widthRecognitionWindow
static final int heightRecognitionWindow
static final int widthEvaluationWindow
static final int heightEvaluationWindow
static final int widthDemoWindow
static final int heightDemoWindow
static final Frog frog
static final JFrame frame
static Image frogLogo
static Image infoButton
static Image shutdownButton
static Image checkmark
static Image x
static Image configure
static Image ignoreButton
| Method Detail |
|---|
public static void main(String[] args)
args - (unused)public static FROGUI getInstance()
public static User getUser(int i)
i - index of the user to be returned
public static void setPanel(JPanel panel)
panel - the panel you wish the JFrame to switch to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||