M
Mike Mimic
Hi!
Why this does not work:
new JSpinner(new SpinnerNumberModel(1, 1, null, 1));
I get this compiler error:
cannot resolve symbol
symbol: constructor SpinnerNumberModel (int,int,<nulltype>,int)
But in the documentation it is written:
The minimum and maximum properties can be null to indicate that the
sequence has no lower or upper limit.
Mike
Why this does not work:
new JSpinner(new SpinnerNumberModel(1, 1, null, 1));
I get this compiler error:
cannot resolve symbol
symbol: constructor SpinnerNumberModel (int,int,<nulltype>,int)
But in the documentation it is written:
The minimum and maximum properties can be null to indicate that the
sequence has no lower or upper limit.
Mike