View Single Post
  #3 (permalink)  
Old 08-01-2007, 09:57 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
You can use Timer class to call a method every seconds and you can also get system time with Java. By combining these, i think you can implement what you want.
Reply With Quote