Class SplashWindow

java.lang.Object
  extended by SplashWindow

public class SplashWindow
extends java.lang.Object

A class to control a splash screen.


Constructor Summary
SplashWindow(java.awt.Image image)
          Creates and shows a SplashWindow with a particular image.
 
Method Summary
 void done()
          Closes the SplashWindow in another thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashWindow

public SplashWindow(java.awt.Image image)
Creates and shows a SplashWindow with a particular image.

Parameters:
image - The image to include.
Method Detail

done

public void done()
Closes the SplashWindow in another thread.