|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.zeus.util.GUIUtils
public final class GUIUtils
GUI Helper class, contains static methods that are used all the time.
Constructor Summary | |
---|---|
GUIUtils()
|
Method Summary | |
---|---|
static void |
centerOnScreen(java.awt.Window w)
Centers a window on screen. |
static void |
maximizeJFrame(javax.swing.JFrame f)
Maximizes a JFrame, just like the 'maximize window' button does. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUIUtils()
Method Detail |
---|
public static void centerOnScreen(java.awt.Window w)
w
- The window to center.public static void maximizeJFrame(javax.swing.JFrame f)
f
- The frame to maximize.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |