JtimerLabel is a Java library that has two class JTimerLabel which a stopwatch in a label which means it can be used to track time. The second is JTimeNowLabel which is used as just a digital clock. The library is developed using Netbeans so the code is organized according to netbeans blue prints so NetBeans is recommended for development. You can add the component by adding it to the palette of swing by using the palette manager the “Add from jar” and select my jar file which contains JTimerLabel or JTimeNowLabel class which represents the component you want to use.
The JTimerLabel component contains three main functions:
start(): which starts the timer.pause(): pause the running timer.reset()resets the timer to zero state.
Just add the JTimeNowLabel component to a form and it will start work automatically.
you can find further documentation in doc folder.
Here is the library and the source code. You are free to discuss the library here.