KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > DesktopManager

javax.swing
Interface DesktopManager

All Known Implementing Classes:
DefaultDesktopManager
See Also:
Top Examples, Source Code, JDesktopPane, JInternalFrame, JInternalFrame.JDesktopIcon

void activateFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void beginDraggingFrame(JComponent f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void beginResizingFrame(JComponent f,
                        int direction)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void closeFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void deactivateFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void deiconifyFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void dragFrame(JComponent f,
               int newX,
               int newY)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void endDraggingFrame(JComponent f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void endResizingFrame(JComponent f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void iconifyFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void maximizeFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void minimizeFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void openFrame(JInternalFrame f)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void resizeFrame(JComponent f,
                 int newX,
                 int newY,
                 int newWidth,
                 int newHeight)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setBoundsForFrame(JComponent f,
                       int newX,
                       int newY,
                       int newWidth,
                       int newHeight)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags