static AutoComboBox autoComboBox(Collection items) { ret swing(func -> AutoComboBox { new AutoComboBox cb; cb.setKeyWord(items); ret cb; }); }