T
Timo Geissberger
Hi
SpinnerNumberModel model = new SpinnerNumberModel(1, 0, 1, 0.1);
JSpinner ab = new JSpinner(model);
((JSpinner.DefaultEditor)ab.getEditor()).getTextField().setBackground(Color.
black);
my problem is I don't know how to set the color of the buttons.
thanks timo
SpinnerNumberModel model = new SpinnerNumberModel(1, 0, 1, 0.1);
JSpinner ab = new JSpinner(model);
((JSpinner.DefaultEditor)ab.getEditor()).getTextField().setBackground(Color.
black);
my problem is I don't know how to set the color of the buttons.
thanks timo