public class BoundedDesktopManager extends DefaultDesktopManager
Constructor and Description |
---|
BoundedDesktopManager() |
Modifier and Type | Method and Description |
---|---|
void |
beginDraggingFrame(JComponent f) |
void |
beginResizingFrame(JComponent f,
int direction) |
void |
setBoundsForFrame(JComponent f,
int newX,
int newY,
int newWidth,
int newHeight) |
activateFrame, closeFrame, deactivateFrame, deiconifyFrame, dragFrame, endDraggingFrame, endResizingFrame, getBoundsForIconOf, getPreviousBounds, iconifyFrame, maximizeFrame, minimizeFrame, openFrame, removeIconFor, resizeFrame, setPreviousBounds, setWasIcon, wasIcon
public void beginDraggingFrame(JComponent f)
beginDraggingFrame
in interface DesktopManager
beginDraggingFrame
in class DefaultDesktopManager
public void beginResizingFrame(JComponent f, int direction)
beginResizingFrame
in interface DesktopManager
beginResizingFrame
in class DefaultDesktopManager
public void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)
setBoundsForFrame
in interface DesktopManager
setBoundsForFrame
in class DefaultDesktopManager
Copyright © 2001-2017 Big Faceless Organization