static JComboBox jBotSelector() { ret swing(func -> JComboBox { final new JComboBox cb; updateBotSelector(cb); ret cb; }); }