Uses of Class
java.applet.Applet
Package
Description
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of Applet in java.applet
Modifier and TypeMethodDescriptionDeprecated.Finds and returns the applet in the document represented by this applet context with the given name.Modifier and TypeMethodDescriptionAppletContext.getApplets()
Deprecated.Finds all the applets in the document represented by this applet context. -
Uses of Applet in java.beans
Modifier and TypeMethodDescriptionvoid
Deprecated.Activate, and/or mark Applet active.void
AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
Deprecated.If passed to the appropriate variant of java.beans.Beans.instantiate this method will be called in order to associate the newly instantiated Applet (JavaBean) with its AppletContext, AppletStub, and Container. -
Uses of Applet in javax.swing
Modifier and TypeClassDescriptionclass
Deprecated.The Applet API is deprecated, no replacement.Modifier and TypeMethodDescriptionvoid
RepaintManager.addDirtyRegion(Applet applet, int x, int y, int w, int h)
Deprecated.The Applet API is deprecated.