countdown timer program
Please support our Java advertiser: Programming Forums
![]() |
•
•
Posts: 1,036
Reputation:
Solved Threads: 120
•
•
•
•
Just use google. Type System.out.println() java, or you could also try Java IO. Also, an easy way to 'count' would be
// Read in the amount of time you want to wait in seconds, call it "time"
Thread.getThread().sleep(time * 1000); //waits for 1 second if time = 1.
//Print out the time you waited.
Edited.
•
•
•
•
Sir,
I am new at java ,so I dont know where to look for it.
I searched my notes ,but didn't find anything.
Please tell me where to find it.
Thanks
you'll be able to find it in the basic Java resources: the api's
![]() |
Similar Threads
Other Threads in the Java Forum
- Countdown Timer with minutes seconds and milliseconds! (Visual Basic 4 / 5 / 6)
- countdown timer (C)
- Tkinter Countdown Timer problems. (Python)
- MFC Countdown Timer (C)
- Timer Countdown (C++)
- Countdown (Java)
Other Threads in the Java Forum
- Previous Thread: Exception in thread "main" java.lang.StackOverflowError
- Next Thread: Merge sort problem.
•
•
•
•
Views: 1473 | Replies: 5 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode