streamlined app and applet jmol console + event handling via component listener
[jalview.git] / src / jalview / gui / ScriptWindow.java
index 652830d..da3133f 100644 (file)
@@ -259,7 +259,7 @@ public final class ScriptWindow extends JPanel implements ActionListener,
     Object source = e.getSource();
     if (source == closeButton)
     {
-      appJmol.showConsole(false);
+      // appJmol.showConsole(false);
     }
     else if (source == runButton)
     {