Hello All,
In my project, I need to show the timer clock. I am using :
Thread timerThread;
My timer is working properly, but I am not able to print it on the applet. Can anyone please tell me how to print it on the applet?
Thanks in advance.
-KiranJyothi
In my project, I need to show the timer clock. I am using :
Thread timerThread;
My timer is working properly, but I am not able to print it on the applet. Can anyone please tell me how to print it on the applet?
Thanks in advance.
-KiranJyothi
Comment