perhaps SwingWorkder or java.util.concurrent.ScheduledExecutorService may help? With the executor, you can set an interval to execute the runnable...
do we want things running on the main spark swing ui thread? won't this cause blockage?
perhaps SwingWorkder or java.util.concurrent.ScheduledExecutorService may help? With the executor, you can set an interval to execute the runnable...
do we want things running on the main spark swing ui thread? won't this cause blockage?