The SwingScheduler will no longer call invokeLater when the calling thread is the EDT. Therefore, when called from the EDT, any action provided to the SwingScheduler's schedule method (the overload without a delay parameter) will execute immediately.
The
SwingScheduler
will no longer callinvokeLater
when the calling thread is the EDT. Therefore, when called from the EDT, any action provided to theSwingScheduler
'sschedule
method (the overload without a delay parameter) will execute immediately.See issue #16.