static JComboBox jComboBox(fS... items) { ret jcombobox(items); } static JComboBox jcombobox(Collection items) { ret jcombobox(items); }