| java.lang.Object com.blogofbug.swing.SwingBugUtilities
SwingBugUtilities | public class SwingBugUtilities (Code) | | Contains some utility methods applicable to any swing application.
author: nigel |
getTimerCount | public static int getTimerCount()(Code) | | |
invokeAfter | public static Timer invokeAfter(Runnable execute, int after)(Code) | | Runs the supplied class after a certain period of time, the thread
will be executed in the EDT.
Parameters: execute - The runnable object whose method will be called after thespecified delay Parameters: after - The delay in ms before the event will be called |
reportListeners | public static void reportListeners()(Code) | | |
|
|