public IntegerSpinnerValueFactory (int min, int max)

Constructs a new IntegerSpinnerValueFactory that sets the initial value to be equal to the min value, and a default amountToStepBy of one.

Parameters:
min    The minimum allowed integer value for the Spinner.
max    The maximum allowed integer value for the Spinner.