static JSpinner jspinner(int value) { ret jSpinner(value); } static JSpinner jspinner(int value, int min, int max) { ret jSpinner(value, min, max); }