Class SplashScreen

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

public class SplashScreen extends JWindow
Splash screen window to display version information about the current release of the Ghidra application. The window is displayed when Ghidra starts; when initialization is complete, the splash screen is dismissed.
See Also:
  • Method Details

    • showLater

      public static void showLater()
      Show the splash screen on the Swing thread later.
    • showNow

      public static SplashScreen showNow()
      Show the splash screen on the Swing thread now. This will block.
      Returns:
      the new splash screen
    • disposeSplashScreen

      public static void disposeSplashScreen()
      Remove the splash screen; Ghidra is done loading.
    • updateSplashScreenStatus

      public static void updateSplashScreenStatus(String status)
      Update the load status on the splash screen.
      Parameters:
      status - string to put in the message area of the splash screen
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception