|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.gui.swing.splash.ImageSplashScreen
public class ImageSplashScreen
Shows an image as GUI splash screen. Typical usage pattern:
| Field Summary | |
|---|---|
static String |
DEFAULT_SPLASH_SCREEN
Default EL4J splash screen png. |
| Constructor Summary | |
|---|---|
ImageSplashScreen()
Display splash screen with default this image. |
|
ImageSplashScreen(Image image)
Display splash screen with this image. |
|
ImageSplashScreen(String imageResourcePath)
Display splash screen with this image. |
|
| Method Summary | |
|---|---|
void |
dispose()
Stop this splash screen in the EDT. |
protected void |
splash()
Show the splash screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_SPLASH_SCREEN
| Constructor Detail |
|---|
public ImageSplashScreen()
public ImageSplashScreen(String imageResourcePath)
imageResourcePath - path to image filepublic ImageSplashScreen(Image image)
image - image to show| Method Detail |
|---|
protected void splash()
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||