API Overview API Index Direct link to this page
JDK 1.6
  Package: java.applet
Author(s)
Since
JDK1.0
Version
Serial
Description
  Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
See also:   
Applet View Source An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
Applet.AccessibleApplet View Source This class implements accessibility support for the Applet class.
AppletContext View Source This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
AppletStub View Source When an applet is first created, an applet stub is attached to it using the applet's setStub method.
AudioClip View Source The AudioClip interface is a simple abstraction for playing a sound clip.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar