|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.ScreenConfig
public class ScreenConfig
Provides some helper routines for screen configuration.
Constructor Summary | |
---|---|
ScreenConfig()
|
Method Summary | |
---|---|
static void |
centerInComponent(java.awt.Component aComponent,
java.awt.Component aParent)
Center the given component in the given parent. |
static void |
centerInScreen(java.awt.Component aComponent)
Center the given component in the visible screen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenConfig()
Method Detail |
---|
public static void centerInScreen(java.awt.Component aComponent)
aComponent
- public static void centerInComponent(java.awt.Component aComponent, java.awt.Component aParent)
aComponent
- aParent
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |