java.lang.Object
de.grogra.util.ConsoleSplashScreen
- All Implemented Interfaces:
SplashScreen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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) void
setInitializationProgress
(float progress, String text) void
show()
void
toFront()
-
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:
init
in interfaceSplashScreen
-
show
public void show()- Specified by:
show
in interfaceSplashScreen
-
setInitializationProgress
- Specified by:
setInitializationProgress
in interfaceSplashScreen
-
toFront
public void toFront()- Specified by:
toFront
in interfaceSplashScreen
-
close
public void close()- Specified by:
close
in interfaceSplashScreen
-