static void setComboBoxItems(final JComboBox cb, final L items) { swing { cb.setModel(new DefaultComboBoxModel(new Vector(items))); } }