static A bindJLabelToLiveValue(final A label, final LiveValue lv) { bindLiveValueListenerToComponent(label, lv, r { setText(label, strOrNull(lv!)) }); ret label; }