Groovy Documentation

com.blogofbug.swing
[Java] Class SwingBugUtilities

java.lang.Object
  com.blogofbug.swing.SwingBugUtilities

public class SwingBugUtilities
extends Object

Contains some utility methods applicable to any swing application.

Authors:
nigel


Constructor Summary
private SwingBugUtilities()

Creates a new instance of SwingBugUtilities

 
Method Summary
static void invokeAfter(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 Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SwingBugUtilities

private SwingBugUtilities()
Creates a new instance of SwingBugUtilities


 
Method Detail

invokeAfter

public static void invokeAfter(Runnable execute, int after)
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 delay
after - The delay in ms before the event will be called


 

Groovy Documentation