jTracer
1.03
Stack trace visualization tool
|
User alert or simple prompt dialog with configurable styles. More...
Public Member Functions | |
boolean | getReply () |
Get the user reply. More... | |
void | actionPerformed (ActionEvent event) |
Handler for action events fired by the alert buttons. More... | |
Static Public Member Functions | |
static void | error (JFrame owner, String msg, boolean fatal) |
Show an error alert and exit if the error is marked as fatal. More... | |
static void | info (JFrame owner, String msg) |
Show a generic alert. More... | |
static boolean | prompt (JFrame owner, String msg) |
Show an alert prompting the user to make a choice. More... | |
Static Public Attributes | |
static final short | QUESTION_MSG = 0x01 |
Alert type for prompt messages. More... | |
static final short | ERROR_MSG = 0x02 |
Alert type for error messages. More... | |
static final short | INFORMATION_MSG = 0x03 |
Alert type for plain, information messages. More... | |
Private Attributes | |
boolean | reply = false |
The user reply. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 0x00 |
Class version. More... | |
User alert or simple prompt dialog with configurable styles.
Definition at line 29 of file Alert.java.