| Methoden |
| public void | openFrame(JInternalFrame f) |
| public void | closeFrame(JInternalFrame f) |
| public void | maximizeFrame(JInternalFrame f) |
| public void | minimizeFrame(JInternalFrame f) |
| public void | iconifyFrame(JInternalFrame f) |
| public void | deiconifyFrame(JInternalFrame f) |
| public void | activateFrame(JInternalFrame f) |
| public void | deactivateFrame(JInternalFrame f) |
| public void | beginDraggingFrame(JComponent f) |
| public void | dragFrame(JComponent f, int newX, int newY) |
| public void | endDraggingFrame(JComponent f) |
| public void | beginResizingFrame(JComponent f, int direction) |
| public void | resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
| public void | endResizingFrame(JComponent f) |
| public void | setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |