|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FramePositioner | |
|---|---|
| org.fuin.utils4swing.common | Common helper classes for use in Swing applications and libraries. |
| Uses of FramePositioner in org.fuin.utils4swing.common |
|---|
| Classes in org.fuin.utils4swing.common that implement FramePositioner | |
|---|---|
class |
AbstractScreenPositioner
Base class for FramePositioner implementations. |
class |
ScreenCenterPositioner
Centers a frame on the Desktop. |
class |
ScreenLeftLowerCornerPositioner
Move a frame to the lower right corner of the desktop. |
class |
ScreenLeftUpperCornerPositioner
Move a frame to the lower right corner of the desktop. |
class |
ScreenRightLowerCornerPositioner
Move a frame to the lower right corner of the desktop. |
class |
ScreenRightUpperCornerPositioner
Move a frame to the lower right corner of the desktop. |
| Methods in org.fuin.utils4swing.common with parameters of type FramePositioner | |
|---|---|
static javax.swing.JFrame |
Utils4Swing.createShowAndPosition(java.lang.String title,
java.awt.Container content,
boolean exitOnClose,
boolean resizable,
FramePositioner positioner)
|
static javax.swing.JFrame |
Utils4Swing.createShowAndPosition(java.lang.String title,
java.awt.Container content,
boolean exitOnClose,
FramePositioner positioner)
Create a new resizeable frame with a panel as it's content pane and position the frame. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||