edu.rice.comp211.laundry.ui
Class AboutBox

java.lang.Object
  extended by edu.rice.comp211.laundry.ui.AboutBox

public final class AboutBox
extends Object

Simple about box implementation. Pulls name and icon from resources.


Constructor Summary
AboutBox()
           
 
Method Summary
static AboutBox getInstance()
           
 void show(Window parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutBox

AboutBox()
Method Detail

getInstance

public static AboutBox getInstance()

show

public void show(Window parent)