Generated by
JDiff

Class java.awt.Window

Added interface javax.accessibility.Accessible.

Added Constructors
Window(Window, GraphicsConfiguration) Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device.
 

Added Methods
AccessibleContext getAccessibleContext() Gets the AccessibleContext associated with this Window.
GraphicsConfiguration getGraphicsConfiguration() This method returns the GraphicsConfiguration used by this Window.
EventListener[] getListeners(Class) Return an array of all the listeners that were added to the Window with addXXXListener() where XXX is the name of the listenerType argument.
 

Changed Methods
void setCursor(Cursor) Changed from synchronized to non-synchronized. Set the cursor image to a specified cursor.