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.
The APIs in this package are all deprecated. Alternative technologies such as Java Web Start or installable applications should be used instead. See JEP 289 and the Oracle White Paper "Migrating from Java Applets to plugin-free Java technologies" for more information.
Interface | Description |
---|---|
AppletContext | Deprecated.
The Applet API is deprecated.
|
AppletStub | Deprecated.
The Applet API is deprecated.
|
AudioClip | Deprecated.
The Applet API is deprecated.
|
Class | Description |
---|---|
Applet | Deprecated.
The Applet API is deprecated.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps