Cleanup, note: rectangular selection works by holding mouse wheel and s (see line...
[jalview.git] / src / jalview / gui / AppJmol.java
index 930a750..49eae98 100644 (file)
@@ -502,6 +502,7 @@ public class AppJmol extends StructureViewerBase
           }
         }
       });
+      runner.start();
       do { Thread.sleep(25); } while (runner.isAlive());
     } catch (Throwable e)
     {