static JComboBox dm_onlineComputerSelectorComboBox(SimpleLiveValue lvComputerID) { final JComboBox cb = jLiveValueComboBox(emptyStringPlus(dm_onlineComputerIDs()), lvComputerID); final new Var listener; bindToComponent(cb, r { /*listener.set(vmBus_onModulesListChange(r { awt { S selected = squareBracketStuff(selectedItem(cb)); LS l = emptyStringPlus(dm_listModuleIDsAndNames()); setComboBoxItems(cb, l); setSelectedIndex(cb, indexOfStringWithSquareBracketStuffEq(l, selected)); } }));*/ }, r { close(listener!) }); ret cb; }