public class MessageBox
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR
Define the error type.
|
static java.lang.String |
INFORMATION
Define the informational type.
|
static java.lang.String |
SEVERE
Define the severe type.
|
static java.lang.String |
SUCCESS
Define the success type.
|
static java.lang.String |
WARNING
Define the warning type.
|
Modifier and Type | Method and Description |
---|---|
static void |
createDialog(java.awt.Component owner,
java.lang.String[] mes,
java.lang.String type)
Create the dialog.
|
static void |
createDialog(java.awt.Component owner,
java.lang.String mes,
java.lang.String type)
Create the dialog.
|
public static final java.lang.String SUCCESS
public static final java.lang.String INFORMATION
public static final java.lang.String WARNING
public static final java.lang.String ERROR
public static final java.lang.String SEVERE