SenorDingDong
Newbie
- Joined
- May 18, 2003
- Messages
- 382
- Reaction score
- 0
Is there a delay method or anything in Java. Im making a small dice game, and want to change the image (its an ImagIcon in a JLabel) of dice, then stop on one, to look like its rolling, accept i have to slow it down, or else it will change through them all in like .5 seconds.
And no I dont want to just make a for loop that will run a million times, as thats a horrible way to do it.
And no I dont want to just make a for loop that will run a million times, as thats a horrible way to do it.