Class SplashScreen
- java.lang.Object
-
- com.inhousegreenhouse.ch.app.core.graphic.SplashScreen
-
public class SplashScreen extends java.lang.Object
This class is used to display the splash screen.
-
-
Constructor Summary
Constructors Constructor Description SplashScreen()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
printCriticalError​(java.lang.Exception ex)
This method is used to display the splash screen.static void
printStartupScreen()
This method is used to display the splash screen.
-
-
-
Method Detail
-
printStartupScreen
public static void printStartupScreen()
This method is used to display the splash screen.
-
printCriticalError
public static void printCriticalError​(java.lang.Exception ex)
This method is used to display the splash screen.- Parameters:
ex
- the exception that occurred
-
-