This article has implemented the complete code of making stop watch in j2me. Article has given all the classes code to implement it. The Application has very rich user interface and have facility of start, stop,pause and restarting the watch.Special Stopwatchcanvas class created to simulate the watch in a nice graphical manner.
Article has links to download the complete source code along with .jad and .jar file. The code is having no extra work. Writer maintained to keep the code as less as possible. To try this code just copy and paste this code in to your IDE and it will work fine.
--Kalki 19:54, 18 September 2009 (UTC)
I've moved the createImage outside the run loop. This prevents memory leak in emulator, and should save time.
--Paljas 11:24, 23 October 2009 (UTC)