hide the initial window after selection made
authoramwaterhouse <Andrew Waterhouse>
Fri, 27 Apr 2007 09:53:47 +0000 (09:53 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 27 Apr 2007 09:53:47 +0000 (09:53 +0000)
src/jalview/gui/AnnotationExporter.java

index 1307483..41689c5 100755 (executable)
@@ -129,6 +129,8 @@ public class AnnotationExporter
         ex.printStackTrace();\r
       }\r
     }\r
+\r
+    close_actionPerformed(null);\r
   }\r
 \r
   public void toTextbox_actionPerformed(ActionEvent e)\r
@@ -166,6 +168,7 @@ public class AnnotationExporter
                              600,\r
                              500);\r
 \r
+    close_actionPerformed(null);\r
   }\r
 \r
   public void close_actionPerformed(ActionEvent e)\r