constructor - Time input from the system in java -


i want display countdown of 10 secs. 10-9-8-7... taking time system in java. how can achieve it? can give me source code it?

the combination of decrementing for loop (from 10 1) , thread.sleep should suit needs.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -