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