static S getSelectedItem(JList l) { ret (S) l.getSelectedValue(); } static S getSelectedItem(JComboBox cb) { ret strOrNull(cb.getSelectedItem()); }