j2sNative references moved to Platform
[jalview.git] / src / jalview / gui / SeqPanel.java
index 5e117ca..59f239f 100644 (file)
@@ -22,7 +22,6 @@ package jalview.gui;
 
 import jalview.api.AlignViewportI;
 import jalview.bin.Cache;
-import jalview.bin.Jalview;
 import jalview.commands.EditCommand;
 import jalview.commands.EditCommand.Action;
 import jalview.commands.EditCommand.Edit;
@@ -2054,7 +2053,7 @@ public class SeqPanel extends JPanel
     {
       scrollThread = new ScrollThread();
       scrollThread.setMousePosition(mousePos);
-      if (!Jalview.isJS())
+      if (!Platform.isJS())
       {
         /*
          * Java - run in a new thread