Merge branch 'bug/JAL-4353_cannot_output_multiple_different_structure_images_for_one_...
[jalview.git] / src / jalview / appletgui / ExtJmol.java
index 5be53a3..e2b8f23 100644 (file)
@@ -34,7 +34,7 @@ import java.util.Map;
 import java.util.Vector;
 
 import org.jmol.api.JmolAppConsoleInterface;
-import org.jmol.java.BS;
+import javajs.util.BS;
 import org.jmol.viewer.Viewer;
 
 /**
@@ -154,7 +154,7 @@ public class ExtJmol extends JalviewJmolBinding
   {
     // This never gets called because we haven't overriden the associated Jmol's
     // console
-    System.err.println(
+    jalview.bin.Console.errPrintln(
             "WARNING: unexpected call to ExtJmol's showConsole method. (showConsole="
                     + show);
   }
@@ -179,12 +179,4 @@ public class ExtJmol extends JalviewJmolBinding
   {
     return null;
   }
-
-  @Override
-  protected void sendAsynchronousCommand(String command, String progressMsg)
-  {
-    // TODO Auto-generated method stub
-    
-  }
-
 }