I am making a game that does something 10 times every second in java. I want to make something that schedules this for me What would be a good resource to look at?
EDIT:
Must be original java source…. no external software.
I am making a game that does something 10 times every second in java.
Share
Creating a
TimerTaskand scheduling it to run after a particular interval should do the trick..schedule it using