Modify the applet class CountDown in a way that the counter runs in a own thread and is decremented by 1 every second. The decrement must stop when zero is reached.
Hint: The modified CountDown class should implement the Java interface Runnable.
CountDown.java, NumberPanel.java
The result may look like this.