I want to stop Timer at some point and then resume it from the point it was paused at. Methods stop(), start() won’t work.
Is there function for pausing Timer and then resuming it? I guess it doesn’t exist.
Does anyone have an idea how to achieve proper Timer pausing?
javax.swing.Timer.setDelay(int);