|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fsmvis.gui.DialogBox
Constructor Summary | |
DialogBox()
|
Method Summary | |
static boolean |
confirmDialog(java.awt.Component parent,
java.lang.String msg)
Asks the user to confirm the message msg and offers them yes or no options. |
static void |
errorMessage(java.awt.Component parent,
java.lang.String msg)
Send a standard Swing error message to the user informing them that msg error has occured |
static void |
informMessage(java.awt.Component parent,
java.lang.String msg)
Send a standard swing message box to the user telling them of msg |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DialogBox()
Method Detail |
public static void informMessage(java.awt.Component parent, java.lang.String msg)
parent
- The parent of this dialogmsg
- The message to appear in the dialoguepublic static void errorMessage(java.awt.Component parent, java.lang.String msg)
parent
- The parent of this dialogmsg
- The message to displaypublic static boolean confirmDialog(java.awt.Component parent, java.lang.String msg)
parent
- The parent of this dialogmsg
- The message to display
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |