|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--game.libraries.gui.CustomDialog
Class to hold various static dialogs
| Constructor Summary | |
CustomDialog()
|
|
| Method Summary | |
static void |
message(java.lang.String message)
Static method to show a general message. |
static void |
notYetImplemented(java.lang.String topic)
Static method to show a dialog informing that the named topic is not yet implemented. |
static void |
reportException(java.lang.String header,
java.lang.String circumstances,
java.lang.Exception e)
Static method to report, crudely, an exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CustomDialog()
| Method Detail |
public static void message(java.lang.String message)
message - message to display.public static void notYetImplemented(java.lang.String topic)
topic - description of the missing topic.
public static void reportException(java.lang.String header,
java.lang.String circumstances,
java.lang.Exception e)
header - title for the dialog box.circumstances - description of exception.e - the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||