JAL-1183 dialog thread is only started after the splashscreen goes away
[jalview.git] / src / jalview / gui / SplashScreen.java
index 15914df..6fcb6a0 100755 (executable)
@@ -197,6 +197,7 @@ public class SplashScreen extends JPanel implements Runnable, HyperlinkListener
     }
 
     closeSplash();
+    Desktop.instance.startDialogQueue();
   }
 
   /**