December 1999
Intermediate to advanced
816 pages
20h 27m
English
public abstract interface AppletInitializer
The AppletInitializer interface provides the mechanism for initializing a JavaBean, which is also an applet, when the bean is instantiated by java.beans.Beans.instantiate().
public void initialize(Applet newAppletBean, BeanContext bCtxt) public void activate(Applet newApplet)
public abstract interface BeanInfo
This interface is implemented by Bean providers to supply basic information about a Bean, including an icon for the Bean to place in a toolbar or similar Component.
public static final int ICON_COLOR_16x16 public static final int ICON_COLOR_32x32 public static final int ICON_MONO_16x16
Read now
Unlock full access