hey guy,
I am trying to create a timer and i hope someone could help me to understand the following what do these lines of code mean?
I would like the timer to start to be set to 1 minute and the timer to go backwards so 60,59,58,57 etc..Timer timer = new Timer(1000, new TimerActionListener());// does this mean the speed? int count = 180;