hi, i want to write a code that uses timed out event, i want to set a time,and when this time out occurs i want some code to be executed,how can i do this?
Printable View
hi, i want to write a code that uses timed out event, i want to set a time,and when this time out occurs i want some code to be executed,how can i do this?
Please see -
Timer (Java Platform SE 6)
TimerTask (Java Platform SE 6)
thanx! that helped me to find out that timers could help me! and i searched and found swing.timer, that helped me to write my code...