I think, you need to learn swing or applet.
Main Topics
Browse All TopicsI need to write an interactive application(java) to simulate a stop watch. The start button will cause the display every 1/2 second(500 milliseconds) A stop button and the elapsed time will be displayed. A third clear button will reset all to zero. 3 buttons and two labels. I need code ASAP! Stopwatch code and Stopwatchtester.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I need to write an interactive application(java) to simulate a stop watch. The start button will cause the display every 1/2 second(500 milliseconds) A stop button and the elapsed time will be displayed. A third clear button will reset all to zero. 3 buttons and two labels. I need code ASAP! Stopwatch code and Stopwatchtester. (java programming language-not javascript) I'm on travel for my job and will not have time to work on it.
Sorry we can't provide you full code. It is against site rules.
Have a look at Swing for developing the UI -http://www.exampledepot.c
You can create a JFrame and add buttons/ labels to it using the examples on that page. You can write action event listeners for the buttons:
http://www.exampledepot.co
Then you need to create, stop and reset timers based on the button which was clilcked, in their respective event handlers:
http://www.exampledepot.co
Business Accounts
Answer for Membership
by: JakobAPosted on 2007-04-05 at 22:01:06ID: 18862478
Are you asking about the programming language Jave or about the scripting language JavaScript ? It is 2 very different languages.