com.izforge.izpack.installer.gui
Class SplashScreen

java.lang.Object
  extended by com.izforge.izpack.installer.gui.SplashScreen

public class SplashScreen
extends Object

Splash screen to show before loading any other panels.


Constructor Summary
SplashScreen(Resources resources, GUIInstallData installData)
           
 
Method Summary
 void displaySplashScreen(Object trigger)
          Display the splash screen.
 void removeSplashScreen()
          Remove the splash screen screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(Resources resources,
                    GUIInstallData installData)
Method Detail

displaySplashScreen

public void displaySplashScreen(Object trigger)
Display the splash screen. Will only display if the user has set the guipref modifier. Splash screen will display for a minimum fo X milliseconds based on the user's useSplashScreen modifier's value.


removeSplashScreen

public void removeSplashScreen()
Remove the splash screen screen.



Copyright © 2018. All rights reserved.