static JSpinner jPowersOfTwoSpinner(/*int min default 1,*/ int max, int defaultValue) { ret jListSpinner(powersOfTwoUpTo(max), defaultValue); }