SwingUtils

public class SwingUtils

Methods

invokeNowOrLater

public static void invokeNowOrLater(Runnable run)

Invokes run immediately if this is the EDT; otherwise, the Runnable is invoked on the EDT using invokeLater.