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