ch.elca.el4j.services.gui.swing.splash
Class ImageSplashScreen

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.splash.ImageSplashScreen

public class ImageSplashScreen
extends Object

Shows an image as GUI splash screen. Typical usage pattern:

Author:
Philipp Oser (POS), Stefan Wismer (SWI)
File-location:
ImageSplashScreen
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

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

DEFAULT_SPLASH_SCREEN

public static final String DEFAULT_SPLASH_SCREEN
Default EL4J splash screen png.

See Also:
Constant Field Values
Constructor Detail

ImageSplashScreen

public ImageSplashScreen()
Display splash screen with default this image.


ImageSplashScreen

public ImageSplashScreen(String imageResourcePath)
Display splash screen with this image.

Parameters:
imageResourcePath - path to image file

ImageSplashScreen

public ImageSplashScreen(Image image)
Display splash screen with this image.

Parameters:
image - image to show
Method Detail

splash

protected void splash()
Show the splash screen.


dispose

public void dispose()
Stop this splash screen in the EDT.



Copyright © 2005-2011 ELCA. All Rights Reserved.