| Package | Description |
|---|---|
| org.fuin.utils4swing.common |
Common helper classes for use in Swing applications and libraries.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static JFrame |
Utils4Swing.createShowAndPosition(String title,
Container content,
boolean exitOnClose,
boolean resizable,
FramePositioner positioner) |
static JFrame |
Utils4Swing.createShowAndPosition(String title,
Container content,
boolean exitOnClose,
FramePositioner positioner)
Create a new resizeable frame with a panel as it's content pane and
position the frame.
|
Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.