Dynamic Clock in java

Posted by jt153 on Stack Overflow See other posts from Stack Overflow or by jt153
Published on 2010-06-02T16:41:09Z Indexed on 2010/06/02 16:44 UTC
Read the original article Hit count: 280

Filed under:
|
|
|
|

I want to implement a clock within my program to diusplay the date and time while the program is running. I have looked into the getCurrentTime() method and timers but none of them seem to do what I would like. The problem is I can get the current time when the program loads but it never updates. Any suggestions on something to look into would be greatly appreciated!

© Stack Overflow or respective owner

Related posts about java

Related posts about gui