public class JSpinner extends Component
This class provides a minimal stub implementation of a spinner component to allow the NDT tool to run in headless environments. The spinner maintains a number model and can return values but provides no actual UI functionality.
All operations except value retrieval are no-ops, maintaining API compatibility without requiring an actual graphical display system.
| Constructor and Description |
|---|
JSpinner() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
void |
setModel(SpinnerNumberModel _model) |
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic int getValue()
public void setModel(SpinnerNumberModel _model)