static JSpinner mapMethodLike dm_powersOfTwoSpinner(S field, int max) { SimpleLiveValue lv = rightAlignSpinner(dm_fieldLiveValue(field)); ret bindLiveValueToSpinner(lv, jPowersOfTwoSpinner(max, lv!)); }