static JTextField bindTextFieldToVar(IVar var, JTextField tf) { setText(tf, var!); onUpdate(tf, r { text.set(getText(tf)) }); ret tf; }