public class SwingUtilities
extends java.lang.Object
| Constructor and Description |
|---|
SwingUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeLater(java.lang.Runnable runnable)
Causes the runnable.run() method to be executed asynchronously on
the AWT event dispatching thread.
|