Changed Methods |
void closeFrame(JInternalFrame )
|
Documentation changed from old to new. |
This method is called when the user wants to close the frame. |
void deiconifyFrame(JInternalFrame )
|
Documentation changed from old to new. |
This method is called when the user wants to deiconify the frame. |
void iconifyFrame(JInternalFrame )
|
Documentation changed from old to new. |
This method is called when the user wants to iconify the frame. |
void maximizeFrame(JInternalFrame )
|
Documentation changed from old to new. |
This method is called when the user wants to maximize the frame. |
void minimizeFrame(JInternalFrame )
|
Documentation changed from old to new. |
This method is called when the user wants to minimize the frame. |
void replacePane(JComponent, JComponent)
|
Documentation changed from old to new. |
Installs necessary mouse handlers on newPane and adds it to the frame. |