i wrote a countdown class the take a jlabel as argument in its constructor and displays the time in the jlabel. here is the code


import java.util.Timer;
import java.util.TimerTask;

import...