The 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.
Composing an applet
Sun's applet class documentation
Applet beans
Beans for visual composition