How would i make a timed loop that loops every 10 milliseconds using a timer?
Java timers
Collapse
X
-
Yo, check out the Timer class here:Originally posted by aleap2007How would i make a timed loop that loops every 10 milliseconds using a timer?
http://java.sun.com/j2se/1.3/docs/api/java/util/Timer.html
Unless you're very new to programming all you need is in that class, you can schedule events at certain interval delays... exactly what you need right?
good luck
-blazed
Comment