com.darwinsys.swingui
Class GenericSwingUI

java.lang.Object
  extended by com.darwinsys.swingui.GenericSwingUI
All Implemented Interfaces:
GenericUI

public class GenericSwingUI
extends java.lang.Object
implements GenericUI


Constructor Summary
GenericSwingUI(javax.swing.JFrame jf)
           
 
Method Summary
 void popup(Severity sev, java.lang.String title, java.lang.String message)
          Display a popup to the user, given a Severity, a titlebar title, and a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericSwingUI

public GenericSwingUI(javax.swing.JFrame jf)
Method Detail

popup

public void popup(Severity sev,
                  java.lang.String title,
                  java.lang.String message)
Description copied from interface: GenericUI
Display a popup to the user, given a Severity, a titlebar title, and a message.

Specified by:
popup in interface GenericUI


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.