Generated by
JDiff

Class javax.swing.DefaultDesktopManager

Documentation changed from old to new.

Changed Methods
void closeFrame(JInternalFrame) Documentation changed from old to new.
Removes the frame and if necessary the desktopIcon from its parent.
void deiconifyFrame(JInternalFrame) Documentation changed from old to new.
Removes the desktopIcon from its parent and adds its frame to the parent.
void iconifyFrame(JInternalFrame) Documentation changed from old to new.
Removes the frame from its parent and adds its desktopIcon to the parent.
void maximizeFrame(JInternalFrame) Documentation changed from old to new.
Resizes the frame to fill its parents bounds.
void minimizeFrame(JInternalFrame) Documentation changed from old to new.
Restores the frame back to its size and position prior to a maximizeFrame() call.
void openFrame(JInternalFrame) Documentation changed from old to new.
Normally this method will not be called.