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