static S selectedItem(JList l) { ret getSelectedItem(l); } static S selectedItem(JComboBox cb) { ret getSelectedItem(cb); }