svoid bindTextComponentToLiveValue(final JTextComponent tc, final LiveValue lv) { lv.onChangeAndNow(r { setText(tc, strOrNull(lv!)) }); }