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