All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.weatherstation.InfoDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.ibm.weatherstation.InfoDialog
- public class InfoDialog
- extends Dialog
- implements ActionListener
Dialog that shows a message with "OK" button.
-
InfoDialog(Frame)
- Constructs a new InfoDialog.
-
actionPerformed(ActionEvent)
- It is invoked the action event occurs.
InfoDialog
public InfoDialog(Frame parent)
- Constructs a new InfoDialog.
- Parameters:
- parent - java.awt.Frame
actionPerformed
public void actionPerformed(ActionEvent ev)
- It is invoked the action event occurs.
- Parameters:
- ev - java.awt.event.ActionEvent
All Packages Class Hierarchy This Package Previous Next Index