net.sf.jomic.common
Class SplashScreenDisposer

java.lang.Object
  extended by net.sf.jomic.common.SplashScreenDisposer
All Implemented Interfaces:
java.lang.Runnable

public class SplashScreenDisposer
extends java.lang.Object
implements java.lang.Runnable

Runnable to simplify closing a SplashScreen in a thread safe manner; just pass this runnable to SwingUtilities.invokeLater().

Author:
Thomas Aglassinger
See Also:
SplashScreen, SwingUtilities.invokeLater(java.lang.Runnable)

Constructor Summary
SplashScreenDisposer(SplashScreen newScreen)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreenDisposer

public SplashScreenDisposer(SplashScreen newScreen)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable