Generated by
JDiff

Class java.awt.Frame

Documentation changed from old to new.

Added Constructors
Frame(GraphicsConfiguration) Create a Frame with the specified GraphicsConfiguration of a screen device.
Frame(String, GraphicsConfiguration) Constructs a new initially invisible Frame object with the specified title and a GraphicsConfiguration.
 

Changed Constructors
Frame(String) Documentation changed from old to new.
Constructs a new initially invisible Frame object with the specified title.
 

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this Frame.
 

Changed Methods
Frame[] getFrames() Documentation changed from old to new.
Returns an array containing all Frames created by the application.
void setCursor(int) Changed from synchronized to non-synchronized. As of JDK version 1.1, replaced by Component.setCursor(Cursor).