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.


Constructor Index

 o InfoDialog(Frame)
Constructs a new InfoDialog.

Method Index

 o actionPerformed(ActionEvent)
It is invoked the action event occurs.

Constructors

 o InfoDialog
 public InfoDialog(Frame parent)
Constructs a new InfoDialog.

Parameters:
parent - java.awt.Frame

Methods

 o 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