A JSpinner is a new Swing component introduced in JDK1.4 It is similar to a JComboBox in that it provides the user with an ordered set from which he can choose. A JSpinner allows you to step through the possible values by means of an up and down arrow key (a JComboBox uses a dropdown list for this).