How to capture current time of a Timer?

Posted by EEE on Stack Overflow See other posts from Stack Overflow or by EEE
Published on 2010-03-08T14:47:08Z Indexed on 2010/03/08 14:51 UTC
Read the original article Hit count: 118

Filed under:
|
|
|

I have a timer which helps me to move a point in a line, and I want to pause the animation, then resume it from paused time? How can I capture the current time of a javax.swing.Timer instance?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing