Package PamUtils

Class Splash

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

public class Splash extends JWindow implements Runnable
Splash screen
Author:
David McLaren / Douglas Gillespie Displays a splash screen used at Program start up and also when Help / about menu selected.

Rewritten for V1.1.1 (August 2008) so that a simple images is used containing no text and the version information is written over the image. Makes updating for future releases a lot easier !

Changed around a little to allow for the native JVM to be displayed at startup and then this Class replaces that on screen with one that shows the version number and the GPL. Also made sure that the main GUI changing bit is invoked from the Event Dispatch Thread CJB 2009-06-15

See Also:
  • Constructor Details

    • Splash

      public Splash(int inDisplayDuration, int inRunMode)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • isStartupErrors

      public static boolean isStartupErrors()
    • setStartupErrors

      public static void setStartupErrors(boolean startupErrors)