Generated by
JDiff

Class java.awt.Frame

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.
 

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

Changed Methods
void setCursor(int) Changed from synchronized to non-synchronized. As of JDK version 1.1, replaced by Component.setCursor(Cursor).