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