com.mindbright.gui
Class AlertDialog

java.lang.Object
  extended bycom.mindbright.gui.AlertDialog

public final class AlertDialog
extends java.lang.Object


Constructor Summary
AlertDialog()
           
 
Method Summary
static void show(java.lang.String title, java.lang.String message, java.awt.Frame parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDialog

public AlertDialog()
Method Detail

show

public static void show(java.lang.String title,
                        java.lang.String message,
                        java.awt.Frame parent)