|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.util.gui.GUIUtil
public class GUIUtil
All sorts of useful little things.
Method Summary | |
---|---|
static void |
alignAllX(java.awt.Component[] comp,
float alignment)
Gives all the specified components the same X-alignment. |
static void |
alignAllY(java.awt.Component[] comp,
float alignment)
Gives all the specified components the same Y-alignment. |
static void |
setEnabled(java.awt.Component comp,
boolean status)
Enables/Disables all components recursively. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void alignAllX(java.awt.Component[] comp, float alignment)
public static void alignAllY(java.awt.Component[] comp, float alignment)
public static void setEnabled(java.awt.Component comp, boolean status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |