de.jaret.util.ui
Class Splash

java.lang.Object
  extended by de.jaret.util.ui.Splash

public class Splash
extends Object

A splash screen implementation for swt. Displays an image and a textmessage (i.e. version information). The image is retrieved by ClassLoader.getSystemResourceAsStream so it has to be made sure that the resource is in the classpath. Usage is fairly simple: construction will show the splash, dispose if you're done with the splash.

Version:
$Id: Splash.java 242 2007-02-11 21:05:07Z olk $
Author:
Peter Kliem

Constructor Summary
Splash(String rscName, String messageString)
          Constructor for the splash screen
 
Method Summary
 void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Splash

public Splash(String rscName,
              String messageString)
Constructor for the splash screen

Parameters:
rscName - resource identifier for the image to be displayed
messageString - message to be displayed underneath the image
Method Detail

dispose

public void dispose()


Copyright © 2013. All Rights Reserved.