Module utilities

Interface SplashScreen

All Known Implementing Classes:
AWTSplashScreen, ConsoleSplashScreen

public interface SplashScreen
  • Method Details

    • init

      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)
    • show

      void show()
    • toFront

      void toFront()
    • setInitializationProgress

      void setInitializationProgress(float progress, String text)
    • close

      void close()