Class Launcher

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class Launcher extends DemoApplet
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • demoBase

      public static final String demoBase
      base package of all demos
      See Also:
    • demoList

      public static final String[] demoList
      list of classes, relative to the demoBase. all must have a static void main(String[])
  • Constructor Details

    • Launcher

      public Launcher()
  • Method Details

    • createDemoFrame

      protected Frame createDemoFrame(DemoApplet applet)
      Specified by:
      createDemoFrame in class DemoApplet
    • main

      public static void main(String[] args)
      The main function which defines the behavior of the Demo applet when an applet is started.