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