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