I am setting up an applet that needs to go through a loop 60 times. This thing is, I want a half second delay inside the loop... so it takes about 30 seconds to go through it 60 times. Do I have to create threads? Or is there a simpler way. I also don't want to tie up cpu cycles while the delay is happening. Please help.