Generated by
JDiff

Class javax.swing.JDesktopPane

Documentation changed from old to new.

Added Methods
int getDragMode() Get the current "dragging style" used by the desktop pane.
JInternalFrame getSelectedFrame() return the currently active JInternalFrame in this JDesktopPane or null if no JInternalFrame is currently active.
void setDragMode(int) Set the "dragging style" used by the desktop pane.
void setSelectedFrame(JInternalFrame) set the currently active JInternalFrame in this JDesktopPane.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JDesktopPane.
 

Added Fields
int LIVE_DRAG_MODE Used to indicate you wish to see the entire contents of the item being dragged inside the desktop pane.
int OUTLINE_DRAG_MODE Used to indicate you wish to see only an outline of the item being dragged inside the desktop pane.