Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Stopwatch

807589Dec 5 2008 — edited Dec 5 2008
I'm making a stopwatch program that counts in tenths of a seconds, and it needs to display tenths of a second up through hours. I'm wondering whether I should be using multiple Timers, or if statements for when the previous time should trigger the next section to increase.

I have almost all the code written, it just doesnt count right now. Everything simply counts in tenths of a second as of now.

Any help would be appreciated! Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2009
Added on Dec 5 2008
10 comments
574 views