static void updateAutoComboBoxItems(final AutoComboBox cb, final Collection items) { swing { cb.setKeyWord(items); } }