All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.InfoDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ncsa.hdf.awt.InfoDialog

public class InfoDialog
extends Dialog
implements ActionListener
InfoDialog(Frame parent, String title, String message) This class produces a dialog box and displays the message in the box.

Version:
1.0, 01/13/98
Author:
Peter Cao (xcao@ncsa.uiuc.edu)

Variable Index

 o button

Constructor Index

 o InfoDialog(Frame, String, String, Image)

Method Index

 o actionPerformed(ActionEvent)
handle editor events

Variables

 o button
 protected Button button

Constructors

 o InfoDialog
 public InfoDialog(Frame parent,
                   String title,
                   String message,
                   Image image)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
handle editor events


All Packages  Class Hierarchy  This Package  Previous  Next  Index