jagafa.util.view
Class TimedDialog

java.lang.Object
  extended by jagafa.util.view.TimedDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TimedDialog
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  javax.swing.JTextArea label
           
 
Constructor Summary
TimedDialog(java.lang.String message)
           
TimedDialog(java.lang.String message, javax.swing.JComponent parent)
           
TimedDialog(java.lang.String message, javax.swing.JComponent parent, int delay)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

javax.swing.JTextArea label
Constructor Detail

TimedDialog

public TimedDialog(java.lang.String message)

TimedDialog

public TimedDialog(java.lang.String message,
                   javax.swing.JComponent parent)

TimedDialog

public TimedDialog(java.lang.String message,
                   javax.swing.JComponent parent,
                   int delay)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright 2005 MA Software. All Rights Reserved.