I need a countdown timer that does a task every second (change a label's text so it appears to be counting down). I've looked at a lot of the Java docs and also at examples online but I don't really understand any of them (I'm new to programming) so If you could explain in simple terms that would be great!
I've started off by making a Timer timer;
and then timer = new Timer()
when I want it to start, now I'm stuck :(