com.izforge.izpack.installer.gui
Class SplashScreen
java.lang.Object
com.izforge.izpack.installer.gui.SplashScreen
public class SplashScreen
- extends Object
Splash screen to show before loading any other panels.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplashScreen
public SplashScreen(Resources resources,
GUIInstallData installData)
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.