JAL-2805 First try at loading tree through Forester by calling Aptx main
[jalview.git] / src / jalview / gui / AppJmol.java
index fef7451..d5eb2ae 100644 (file)
@@ -218,7 +218,7 @@ public class AppJmol extends StructureViewerBase
     setSize(400, 400); // probably should be a configurable/dynamic default here
     initMenus();
     addingStructures = false;
-    worker = new Thread(this);
+    worker = new Thread(this, "OpenJmolThread");
     worker.start();
 
     this.addInternalFrameListener(new InternalFrameAdapter()