static S jGetGlobalID(JComboBox cb) { ret cb == null ? null : firstWord(cb.getSelectedItem()); }