static JTextField dm_intTextField(S field) { ret jLiveValueTextField_bothWays( dm_fieldLiveValueWithConversions(field, S.class, func(Int i) -> S { strOrEmpty(i) }, func(S s) -> Int { parseInt(s) })); }