public class SwingBugUtilities
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static void |
invokeAfter(java.lang.Runnable execute,
int after) |
Runs the supplied class after a certain period of time, the thread
will be executed in the EDT.
|
public static void invokeAfter(java.lang.Runnable execute, int after)
execute
- The runnable object whose method will be called after the
specified delayafter
- The delay in ms before the event will be called