Module java.desktop

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.

The APIs in this package are all deprecated without replacement.

Since:
1.0
  • Interface Summary 
    InterfaceDescription
    AppletContextDeprecated.
    The Applet API is deprecated, no replacement.
    AppletStubDeprecated.
    The Applet API is deprecated, no replacement.
    AudioClipDeprecated.
    The Applet API is deprecated, no replacement.
  • Class Summary 
    ClassDescription
    AppletDeprecated.
    The Applet API is deprecated, no replacement.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部