TerminalMenu Class Reference
TerminalMenu is a class for quickly generating the "Terminal" drop-down menu common to every mode. More...
Inherits javax::swing::JMenu, and java::awt::event::ActionListener.
Public Member Functions | |
TerminalMenu () | |
Creates a new Terminal Menu. | |
void | actionPerformed (ActionEvent e) |
Detailed Description
TerminalMenu is a class for quickly generating the "Terminal" drop-down menu common to every mode.
The TerminalMenu contains checkboxes for enabling or disabling different FROG components' output. It allows the user to change where the Log text file is located. It also allows the user to open the console in a new window.
Constructor & Destructor Documentation
TerminalMenu | ( | ) |
Creates a new Terminal Menu.
Member Function Documentation
void actionPerformed | ( | ActionEvent | 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/TerminalMenu.java