Skip to content
Snippets Groups Projects
Commit 6c4fba15 authored by tjc's avatar tjc
Browse files

add action controller

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8281 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent b6ff3d5d
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ public class FindAndReplace extends JFrame
}
};
entry_group.getActionController().startAction();
int ncount = 0;
final FeatureVector features = entry_group.getAllFeatures();
for(int i=0; i<features.size(); i++)
......@@ -372,6 +373,7 @@ public class FindAndReplace extends JFrame
if(predicate.testPredicate(features.elementAt(i)))
ncount++;
}
entry_group.getActionController().endAction();
JOptionPane.showMessageDialog(FindAndReplace.this,
( (ncount>0) ? "Duplicate qualifiers in "+ncount+" feature(s) deleted." :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment