Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Making a countdown timer using the currentTimeMillis method

    2.9 GHz is fast when talking about millisecs. A loop can go around many times in a millisec.
    If you printed System.currentTimeMillis() with the remaining msg the same value would be printed many...
  2. Re: Making a countdown timer using the currentTimeMillis method

    DId you print out the value of System.currentTimeMillis() every time a the "remaining" message was printed?
    Did the value that was printed change when the same seconds were printed?
    How fast is...
  3. Re: Making a countdown timer using the currentTimeMillis method

    Try debugging the code by adding some more println statements that print out the values of the variables that control when the code prints out a message. The print out will show you what the...
  4. Re: Making a countdown timer using the currentTimeMillis method

    Can you explain what is the problem you are having?
Results 1 to 4 of 4