Class SplashScreenManager

java.lang.Object
noaa.coastwatch.gui.SplashScreenManager

public class SplashScreenManager extends Object
The SplashScreenManager class handles updates to the JVM-generated startup splash screen.
Since:
3.3.1
Author:
Peter Hollemans
  • Constructor Details

    • SplashScreenManager

      public SplashScreenManager()
  • Method Details

    • updateSplash

      public static void updateSplash(String longName)
      Updates the Java splash screen if present. The screen is updated with the name of tool and the line "Initializing ...".
      Parameters:
      longName - the name of the tool or null.
    • updateSplash

      public static void updateSplash(String longName, String version)
      Updates the Java splash screen if present. The screen is updated with the name of tool and the line "Initializing ...".
      Parameters:
      longName - the name of the tool or null.
      version - the version of the tool or null.
      Since:
      3.8.1