|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jomic.common.SplashScreenDisposer
public class SplashScreenDisposer
Runnable to simplify closing a SplashScreen in a thread safe manner; just pass this runnable to
SwingUtilities.invokeLater()
.
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 |
---|
public SplashScreenDisposer(SplashScreen newScreen)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |