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

Variable Index

 o button1
 o label1
 o msg

Constructor Index

 o MsgBox(Frame, boolean)
 o MsgBox(Frame, String, boolean)

Method Index

 o addNotify()
 o button1_Clicked(ActionEvent)
 o Dialog1_WindowClosing(WindowEvent)
 o MsgBox_WindowActivate(WindowEvent)
 o setMsg(String)
 o show()

Variables

 o msg
 public String msg
 o label1
 Label label1
 o button1
 Button button1

Constructors

 o MsgBox
 public MsgBox(Frame parent,
               boolean modal)
 o MsgBox
 public MsgBox(Frame parent,
               String title,
               boolean modal)

Methods

 o MsgBox_WindowActivate
 void MsgBox_WindowActivate(WindowEvent event)
 o button1_Clicked
 void button1_Clicked(ActionEvent event)
 o Dialog1_WindowClosing
 void Dialog1_WindowClosing(WindowEvent event)
 o addNotify
 public void addNotify()
Overrides:
addNotify in class Dialog
 o setMsg
 public void setMsg(String str)
 o show
 public synchronized void show()
Overrides:
show in class Dialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index