All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.util.DialogMessage

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----EDU.gatech.cc.is.util.DialogMessage

public class DialogMessage
extends Dialog
implements ActionListener
A class for displaying a simple message to the user.

Copyright (c)1997, 1998 Tucker Balch

Version:
$Revision: 1.5 $
Author:
Tucker Balch

Constructor Index

 o DialogMessage(Frame, String, String)
Pop up a dialog message box.

Method Index

 o actionPerformed(ActionEvent)
Handle the OK button push.
 o addNotify()
Intercept addNotify

Constructors

 o DialogMessage
 public DialogMessage(Frame par,
                      String title,
                      String msg)
Pop up a dialog message box.

Parameters:
parent - Frame, the parent of the box.
title - String, what to put in the title bar.
msg - String, what to say.

Methods

 o addNotify
 public void addNotify()
Intercept addNotify

Overrides:
addNotify in class Dialog
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Handle the OK button push.


All Packages  Class Hierarchy  This Package  Previous  Next  Index