Class McvSplash

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

public class McvSplash extends JWindow

This is a straight up copy of IdvSplash with the easter egg taken out.

Control+double click isn't enough with all the OS X users here at SSEC ;)

Author:
IDV development team
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • splashMsg

      public void splashMsg(String m)
      Show a message in the splash screen (if it exists)
      Parameters:
      m - The message
    • doClose

      public void doClose()
      Close and dispose of the splash window (if it has been created).
    • init

      private void init()
      Create and return (if not in test mode) the splash screen.
    • hiliteRevision

      private String hiliteRevision(String version)
      Highlight the minor version number if it exists.
      Parameters:
      version - Version string. null is allowed.
      Returns:
      null if version is null, otherwise a String containing HTML markup.