JOptionPane.showMessageDialog(jFrame,"Please assign an ID to the speaker "+"\""+speaker.getFeatureValueAsString(speakerFeat)+"\""+".","Attention",JOptionPane.WARNING_MESSAGE);
JOptionPane.showMessageDialog(jFrame,"The speaker already has the ID "+selected.getFeatureValueAsString(frameIDFeat)+".","Attention",JOptionPane.WARNING_MESSAGE);
JOptionPane.showMessageDialog(jFrame,"The speaker already has the ID "+selected.getFeatureValueAsString(stwrIDFeat)+".","Attention",JOptionPane.WARNING_MESSAGE);