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