CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "3e4ba20ca93f2ddb116375724f7bf0a5:1752579097.671467"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21599
Date: Sat, 19 Jul 2025 23:24:11 GMT
Content-Length: 3240
Connection: keep-alive
java.applet (Java SE 24 & JDK 24)
Package java.applet
package java.applet
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
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.
- Since:
- 1.0
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The Applet API is deprecated, no replacement.Deprecated, for removal: This API element is subject to removal in a future version.The Applet API is deprecated, no replacement.Deprecated, for removal: This API element is subject to removal in a future version.The Applet API is deprecated, no replacement.Deprecated, for removal: This API element is subject to removal in a future version.The Applet API is deprecated, no replacement.