Java Stopwatch
807589Dec 5 2008 — edited Dec 5 2008I'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!