static AutoComboBox autoComboBox(Collection items) { new AutoComboBox cb; cb.setKeyWord(items); ret cb; }