Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplashScreen

        public SplashScreen()
    • 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