Working with Swing Components: Spinners, Split Panes, Tabbed Panes, and Tables
Using Spinners A JSpinner is a composite component that allows a user to select a value from an ordered sequence, such as numbers or dates. It consists of a text field for displaying and editing the current value, and two small buttons (up and down arrows) for stepping through the sequence. Unlike a...