Disable memory checker for now
[jalview.git] / src / jalview / appletgui / AppletJmol.java
index 2c2a979..b7e67c1 100644 (file)
@@ -93,7 +93,8 @@ public class AppletJmol extends Frame
     {
        StructureSelectionManager.getStructureSelectionManager()
             .setMapping(seq, pdbentry.getFile(), protocol);
-        return;
+       //PROMPT USER HERE TO ADD TO NEW OR EXISTING VIEW?
+       //FOR NOW, LETS JUST OPEN A NEW WINDOW
     }
 
     renderPanel = new RenderPanel();