static int selectedIndex(JComboBox cb) { ret getSelectedIndex(cb); } static int selectedIndex(JList l) { ret getSelectedIndex(l); }