Link to home
Start Free TrialLog in
Avatar of mack04
mack04

asked on

Java StopWatch

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.
Avatar of JakobA
JakobA

Are you asking about the programming language Jave or about the scripting language JavaScript ? It is 2 very different languages.
Avatar of Manish
I think, you need to learn swing or applet.
HOMEWORK! AAARRRGGGHHH!
Avatar of mack04

ASKER

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.
"The start button will cause the display every 1/2 second(500 milliseconds)"

Will cause the display to do what?

ASKER CERTIFIED SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial