Class SwingBugUtilities
java.lang.Object
org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.SwingBugUtilities
Contains some utility methods applicable to any swing application.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreates a new instance of SwingBugUtilities -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinvokeAfter(Runnable execute, int after) Runs the supplied class after a certain period of time, the thread will be executed in the EDT.
-
Constructor Details
-
SwingBugUtilities
private SwingBugUtilities()Creates a new instance of SwingBugUtilities
-
-
Method Details
-
invokeAfter
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 the specified delayafter- The delay in ms before the event will be called
-