|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.organizer.internal.FrameLocator
A helper class that determines the best spot to locate a new frame on a desktop.
Constructor Summary | |
FrameLocator(javax.swing.JDesktopPane desktopPane)
Initialization by passing the desktop pane that contains all existing frames. |
Method Summary | |
void |
locateFrame(javax.swing.JInternalFrame frame)
Positions the given frame on the desktop by setting appropriate coordinates. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FrameLocator(javax.swing.JDesktopPane desktopPane)
Method Detail |
public void locateFrame(javax.swing.JInternalFrame frame)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |