jApp
Class SplashScreen

java.lang.Object
  extended by jApp.SplashScreen

public final class SplashScreen
extends java.lang.Object


Constructor Summary
SplashScreen()
           
 
Method Summary
static void closeSplash()
           
static javax.swing.JComponent createSplashPane(javax.swing.ImageIcon icon, java.lang.String versionText, int x, int y)
           
static void flashSplash(int n, javax.swing.ImageIcon icon, java.lang.String text, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen()
Method Detail

createSplashPane

public static javax.swing.JComponent createSplashPane(javax.swing.ImageIcon icon,
                                                      java.lang.String versionText,
                                                      int x,
                                                      int y)

flashSplash

public static void flashSplash(int n,
                               javax.swing.ImageIcon icon,
                               java.lang.String text,
                               int x,
                               int y)

closeSplash

public static void closeSplash()