|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcreamtec.core.GUIUtilities
public class GUIUtilities
Provides convenience methods for GUI objects
| Method Summary | |
|---|---|
static void |
centerWindow(java.awt.Window window)
Centers a given window on screen |
static java.awt.Component |
findChildOfClass(java.awt.Container container,
java.lang.Class cls)
Finds a child of the given class anywhere down the containment tree |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void centerWindow(java.awt.Window window)
window - Window
public static java.awt.Component findChildOfClass(java.awt.Container container,
java.lang.Class cls)
container - cls -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||