The applet framework involves two entities: the applet and the applet context. An applet is an embeddable window (see the Panel class) with a few extra methods that the applet context can use to initialize, start, and stop the applet.
The applet context is an application that is responsible for loading and running applets. For example, the applet context could be a Web browser or an applet development environment.
This package has been deprecated and may be removed in a future version of the Java Platform. There is no replacement. All of the classes and interfaces in this package have been terminally deprecated. Users are advised to migrate their applications to other technologies.
Class | Description |
---|---|
Applet | Deprecated, for removal: This API element is subject to removal in a future version. The Applet API is deprecated, no replacement. |
AppletContext | Deprecated, for removal: This API element is subject to removal in a future version. The Applet API is deprecated, no replacement. |
AppletStub | Deprecated, for removal: This API element is subject to removal in a future version. The Applet API is deprecated, no replacement. |
AudioClip | Deprecated, for removal: This API element is subject to removal in a future version. The Applet API is deprecated, no replacement. |
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/applet/package-summary.html