static A bindJLabelToTransformedLiveValue(IF1 f, A label, LiveValue lv) { bindLiveValueListenerToComponent(label, lv, -> { setText(label, strOrNull(callF(f, lv!))) }); ret label; }