All Packages Class Hierarchy This Package Previous Next Index
Class distans.MsgBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----distans.MsgBox
- public class MsgBox
- extends Dialog
-
button1
-
-
label1
-
-
msg
-
-
MsgBox(Frame, boolean)
-
-
MsgBox(Frame, String, boolean)
-
-
addNotify()
-
-
button1_Clicked(ActionEvent)
-
-
Dialog1_WindowClosing(WindowEvent)
-
-
MsgBox_WindowActivate(WindowEvent)
-
-
setMsg(String)
-
-
show()
-
msg
public String msg
label1
Label label1
button1
Button button1
MsgBox
public MsgBox(Frame parent,
boolean modal)
MsgBox
public MsgBox(Frame parent,
String title,
boolean modal)
MsgBox_WindowActivate
void MsgBox_WindowActivate(WindowEvent event)
button1_Clicked
void button1_Clicked(ActionEvent event)
Dialog1_WindowClosing
void Dialog1_WindowClosing(WindowEvent event)
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
setMsg
public void setMsg(String str)
show
public synchronized void show()
- Overrides:
- show in class Dialog
All Packages Class Hierarchy This Package Previous Next Index