public class WarningWindow
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
msg
The warning message.
|
Constructor and Description |
---|
WarningWindow(java.lang.String message)
Construct an instance and set the message to be displayed in the window.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Display the message dialog.
|