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)
-
button
-
-
InfoDialog(Frame, String, String, Image)
-
-
actionPerformed(ActionEvent)
- handle editor events
button
protected Button button
InfoDialog
public InfoDialog(Frame parent,
String title,
String message,
Image image)
actionPerformed
public void actionPerformed(ActionEvent e)
- handle editor events
All Packages Class Hierarchy This Package Previous Next Index