Hi,
Help me with this program my friends.
This is a a clock program.
It has a Button who's objective is to add an hour to the time.
I am using two threads.
One for the original time(when the program starts), and another for the hour that is going to be added.
the startClock2() calls the new
thread and adds an hour, but when i press the button, nothing happens.
What can I do so the Button adds the hour?
thanks
This is the code.
Clock2.java