static JLabel jLiveValueLabel(final LiveValue lv) { ret bindLiveValueListenerToComponent(jlabel(), r { setText(label, strOrNull(lv!)) }); }