|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.neu.ccs.gui.Refresh
Class Refresh encapsulates methods for graphics refresh.
Class Refresh cannot be instantiated.
| Method Summary | |
static void |
packParentWindow(JComponent component)
Revalidates the given component, packs its parent window, and then repaints the component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void packParentWindow(JComponent component)
Revalidates the given component, packs its parent window, and then repaints the component.
As of 2.3.3, prevents indirect recursive calls to this method that attempt to pack the same window object.
component - the component whose parent window should be packed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||