Applet (AWT)

The Applet bean Applet bean is the basic object required for building your applet. Specify Applet as the superclass for a new applet bean.

If you want to use Swing components in the applet, use a JApplet bean rather than an Applet bean.


Related procedures
Composing an applet

Related references
Sun's applet class documentation
Applet beans
Beans for visual composition