static A bindJLabelToLiveValueVerbose(A label, LiveValue lv) { bindLiveValueListenerToComponent(label, lv, -> setText(label, printQuoted(lv := strOrNull(lv!)))); ret label; }