|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontrib.com.blogofbug.swing.SwingBugUtilities
public class SwingBugUtilities
Contains some utility methods applicable to any swing application.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |