Package ca.phon.app

Class BootWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BootWindow extends Window
See Also:
  • Constructor Details

    • BootWindow

      public BootWindow(Frame p, Image img)
  • Method Details

    • paint

      public void paint(Graphics g)
      Overrides:
      paint in class Window
    • invokeMain

      public static void invokeMain(String className, String[] args)
      Invoke the main() method of our application. This method will not modify the current JVM options or environment.
      Parameters:
      className -
      args -
    • invokeMainInNewProcess

      public static void invokeMainInNewProcess(String className, String[] args)
      Invoke the main() method of our application. This method spawns a new JVM process. The method will use the files: META-INF/env/$(OS)/vmoptions META-INF/env/$(OS)/env to setup the vmoptions and environment variables for the new JVM process. Use this method if you need to modify the application environment.
      Parameters:
      className -
      args -
    • splash

      public static void splash(URL imageURL)
    • splash

      public static void splash(Image image)
    • disposeSplash

      public static void disposeSplash()