|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpdraw.SimpleOutput
public class SimpleOutput
Class to make it easy to do output to the user using JOptionPane
Constructor Summary | |
---|---|
SimpleOutput()
|
Method Summary | |
---|---|
static void |
showError(java.lang.String message)
Method to show an error to a user |
static void |
showInformation(java.lang.String message)
Method to show information to the user |
static void |
showWarning(java.lang.String message)
Method to show a warning to a user |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleOutput()
Method Detail |
---|
public static void showWarning(java.lang.String message)
message
- the message to displaypublic static void showError(java.lang.String message)
message
- the message to displaypublic static void showInformation(java.lang.String message)
message
- the message to display
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |