Java javax.swing DesktopManager fields, constructors, methods, implement or subclass

Example usage for Java javax.swing DesktopManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing DesktopManager.

The text is from its open source code.

Method

voidactivateFrame(JInternalFrame f)
Generally, indicate that this frame has focus.
voidcloseFrame(JInternalFrame f)
Generally, this call should remove the frame from its parent.
voiddeactivateFrame(JInternalFrame f)
Generally, indicate that this frame has lost focus.
voiddeiconifyFrame(JInternalFrame f)
Generally, remove any iconic representation that is present and restore the frame to it's original size and location.
voidiconifyFrame(JInternalFrame f)
Generally, remove this frame from its parent and add an iconic representation.
voidmaximizeFrame(JInternalFrame f)
Generally, the frame should be resized to match its parents bounds.
voidminimizeFrame(JInternalFrame f)
Generally, this indicates that the frame should be restored to its size and position prior to a maximizeFrame() call.
voidopenFrame(JInternalFrame f)
If possible, display this frame in an appropriate location.
voidresizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)
The user has resized the component.
voidsetBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)
This is a primitive reshape method.