JAL-3030 suppress change that goes with JAL-3031
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 20 Jun 2018 08:59:30 +0000 (09:59 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 20 Jun 2018 08:59:30 +0000 (09:59 +0100)
src/jalview/bin/JalviewJS.java

index 4e24354..1187bcf 100644 (file)
@@ -1,7 +1,6 @@
 package jalview.bin;
 
 import jalview.gui.AlignFrame;
-import jalview.gui.Desktop;
 import jalview.io.AppletFormatAdapter;
 import jalview.io.DataSourceType;
 import jalview.io.FileFormatException;
@@ -187,7 +186,7 @@ public class JalviewJS
     frame.setJMenuBar(alignFrame.getJMenuBar());
 
     // fudge so that dialogs can be opened with this frame as parent
-    Desktop.parent = frame.getContentPane();
+    // Desktop.parent = frame.getContentPane();
 
     loadFeatures(alignFrame, getParameter(PARAM_FEATURES));