Generated by
JDiff

Class javax.swing.JApplet

Documentation changed from old to new.

Changed Constructors
JApplet(void) Change in exceptions thrown from no exceptions to HeadlessException.
Documentation changed from old to new.
Creates a swing applet instance.
 

Changed Methods
void processKeyEvent(KeyEvent) Documentation changed from old to new.
Method was locally defined, but is now inherited from Component.
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
void setLayout(LayoutManager) Documentation changed from old to new.
By default the layout of this component may not be set the layout of its contentPane should be set instead.
void update(Graphics) Documentation changed from old to new.
Just calls paint(g).