edu.princeton.swing
public abstract class PSwingUtilities extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Toolkit |
TOOLKIT
An instance of the default toolkit.
|
| Constructor and Description |
|---|
PSwingUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static void |
paintWindowImmediately(java.awt.Component component)
Paints the window containing this component immediately.
|
static void |
revalidateImmediately(java.awt.Component component)
Causes the nearest enclosing validate-root to be validated immediately.
|
public static final java.awt.Toolkit TOOLKIT
public static void revalidateImmediately(java.awt.Component component)
public static void paintWindowImmediately(java.awt.Component component)