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