|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavalib.worldcanvas.CanvasPanel.Refresh
public static class CanvasPanel.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.
As of 2.6.0c, makes the parent window invisible, then packs, and then makes the parent window visible.
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 |