Class DemoApplet

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DemoApplet extends Applet
A simple Applet that shows a button. When pressed, the button shows the DemoAppletFrame. This Applet is meant to be embedded in a web page.

Copyright (c) IBM Corporation 1999. All rights reserved.

See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization
      See Also:
    • frame

      Demo frame
  • Constructor Details

    • DemoApplet

      public DemoApplet()
  • Method Details

    • main

      public static void main(String[] args)
    • init

      public void init()
      Overrides:
      init in class Applet
    • stop

      public void stop()
      Overrides:
      stop in class Applet