Skip to content
Snippets Groups Projects
Commit 3247cad1 authored by tjc's avatar tjc
Browse files

close with system.exit()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@10595 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent baec5c60
Branches
Tags
No related merge requests found
......@@ -323,6 +323,7 @@ public class CircularGenomeController
private void exitApp(JFrame f)
{
f.dispose();
System.exit(0);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment