|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.WindowAdapter | +--SCMainGUI
Primary GUI of the SimpComp Simulator.
Constructor Summary | |
SCMainGUI(SimpComp scomp)
Constructor, places all GUI components in appropriate Panels. |
Method Summary | |
static java.lang.String |
drawInputGUI(java.lang.String message)
Displays a static prompt for a two characters input. |
void |
windowClosing(java.awt.event.WindowEvent e)
Overwrites windowClosing() in WindowAdapter. |
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMainGUI(SimpComp scomp)
Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
windowClosing
in class java.awt.event.WindowAdapter
public static java.lang.String drawInputGUI(java.lang.String message)
message
- displayed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |