static JLabel jLiveValueLabel(final LiveValue lv) { JLabel label = jlabel(); lv.onChangeAndNow(r { setText(l, strOrNull(lv!)) }); ret label; }