That Guy
02-28-2007, 06:49 AM
Do Java timers have a bit of an offset delay? I was using timers and when I set the delay, it would somehow fire a lot earlier. For example, I set the delay to 10000 milliseconds and it fired in 100. The 10000 was stored in a variable but I made the program display the value of the variable before and it was 10000 yet it fired too early. What was wrong?
