I have this program that as soon as you click on a grid of 10 by 10 buttons. Like a checkers game. And as soon as you click on it I have a timer that keeps track of the time for how long you play. I also have a button called "New Game" once I click it I want it to reload the window with everything set back to default. For some reason I simply cannot get it. Anyone know how to do it?
I was told to go to the action listener when the button is clicked, set everything there back to default. I got all of that working, but when the new window loads, the timer is set back to "0:00" but it keeps going. The timer doesn't stop and waits for someone to click on the grid again.
