Class ToolSplashWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer

@Deprecated public class ToolSplashWindow extends JWindow
Deprecated.
As of 3.3.1, use SplashScreenManager.
The tool splash window class displays a borderless graphic window to inform the user that the application is loading. A number of text messages are displayed on top of the splash graphic to give details such as the software package name, website, version, and so on.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • ToolSplashWindow

      public ToolSplashWindow(String app)
      Deprecated.
      Creates a new splash window.
      Parameters:
      app - the application name.
  • Method Details

    • pauseSplash

      public static void pauseSplash()
      Deprecated.
      Pauses for the splash screen.
    • showSplash

      public static void showSplash(String app)
      Deprecated.
      Creates and shows an instance of a splash window.
      Parameters:
      app - the application name.
    • hideSplash

      public static void hideSplash()
      Deprecated.
      Hides the splash window instance if it exists.
    • main

      public static void main(String[] argv)
      Deprecated.
      Creates a new splash window in a test mode.