com.notuvy.gui
Class TimedWarnDialog

java.lang.Object
  extended by com.notuvy.gui.TimedDialog
      extended by com.notuvy.gui.TimedWarnDialog
All Implemented Interfaces:
Runnable

public class TimedWarnDialog
extends TimedDialog

A warning dialog that is displayed only for a limited amount of time.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.gui.TimedDialog
LOG
 
Constructor Summary
TimedWarnDialog(Component pParent, String pTitle, String pMessage, int pSeconds)
           
 
Method Summary
protected  JOptionPane createOptionPane()
           
static void main(String[] args)
           
 
Methods inherited from class com.notuvy.gui.TimedDialog
closeDialogAndUnblock, displayDialogAndBlock, getClosed, getMessage, getParent, getTitle, isExpired, isInitialized, run, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedWarnDialog

public TimedWarnDialog(Component pParent,
                       String pTitle,
                       String pMessage,
                       int pSeconds)
Method Detail

createOptionPane

protected JOptionPane createOptionPane()
Specified by:
createOptionPane in class TimedDialog

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.