I am making a timer program that almost works... I just don't know how to display the time in the way that I want. I want that when the start button gets pressed the hour and minute JSpinner both get replaced with one big JLabel and then switches back when cancel is pressed? Also, is there a way to make the JSpinners loop through the numbers they contain and that you can't type in a number but you have to use the arrows?

