JAL-1976 added an intermediate message between a user selecting an export file and...
[jalview.git] / src / jalview / util / ImageMaker.java
index 72fa605..10ea153 100755 (executable)
@@ -134,6 +134,10 @@ public class ImageMaker
       try
       {
         out = new FileOutputStream(file);
+        pIndicator.setProgressBar(null, pSessionId);
+        pIndicator.setProgressBar(MessageManager.formatMessage(
+                "status.exporting_alignment_as_x_file", type.getName()),
+                pSessionId);
         if (type == TYPE.SVG)
         {
           setupSVG(width, height, fileTitle);