Fixed to trial registry at the moment
[jalview.git] / src / jalview / io / FileLoader.java
index 3aaba9e..9b06fdd 100755 (executable)
@@ -122,8 +122,11 @@ public class FileLoader
     AlignFrame af;\r
 \r
 \r
+\r
     public void run()\r
     {\r
+      Desktop.instance.startLoading(file);\r
+\r
       SequenceI[] sequences = null;\r
 \r
       if (format.equalsIgnoreCase("Jalview"))\r
@@ -189,6 +192,8 @@ public class FileLoader
       {\r
         updateRecentlyOpened();\r
       }\r
+\r
+      Desktop.instance.stopLoading();\r
     }\r
   }\r
 \r