java.lang.Object
de.grogra.util.ConsoleSplashScreen
- All Implemented Interfaces:
SplashScreen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinit(String title, String build_date, URL background, URL foreground, URL logo, Rectangle barBounds, URL barLeft, URL barRight, Point textLocation, Font textFont, Color textColor, boolean versionInfo, I18NBundle mainI18n) voidsetInitializationProgress(float progress, String text) voidshow()voidtoFront()
-
Constructor Details
-
ConsoleSplashScreen
public ConsoleSplashScreen()
-
-
Method Details
-
init
public void init(String title, String build_date, URL background, URL foreground, URL logo, Rectangle barBounds, URL barLeft, URL barRight, Point textLocation, Font textFont, Color textColor, boolean versionInfo, I18NBundle mainI18n) - Specified by:
initin interfaceSplashScreen
-
show
public void show()- Specified by:
showin interfaceSplashScreen
-
setInitializationProgress
- Specified by:
setInitializationProgressin interfaceSplashScreen
-
toFront
public void toFront()- Specified by:
toFrontin interfaceSplashScreen
-
close
public void close()- Specified by:
closein interfaceSplashScreen
-