String searchTerm = (String) protocolCvTermsJTable.getValueAt(selectedRow, 3);
String ontology = (String) protocolCvTermsJTable.getValueAt(selectedRow, 1);
this.setCursor(new java.awt.Cursor(java.awt.Cursor.WAIT_CURSOR));
new OLSDialog(prideExportDialog, this, true, "singleProtocol", ontology, selectedRow, searchTerm);
this.setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));
}//GEN-LAST:event_editJMenuItemActionPerformed