Thread: Help with Pause
View Single Post
  #2 (permalink)  
Old 08-07-2007, 09:30 AM
zoe zoe is offline
Member
 
Join Date: Jul 2007
Posts: 40
zoe is on a distinguished road
You need to look into threading, and in particular the Thread.sleep() method. This is a standard java class.
Reply With Quote