Jalview.isJS() --> Platform.isJS(), DBRefEntry[] --> List<DBRefEntry>
[jalview.git] / src / jalview / io / JalviewFileChooser.java
index f6455bf..67f1115 100755 (executable)
@@ -22,7 +22,6 @@
 package jalview.io;
 
 import jalview.bin.Cache;
-import jalview.bin.Jalview;
 import jalview.gui.JvOptionPane;
 import jalview.util.MessageManager;
 import jalview.util.Platform;
@@ -194,7 +193,7 @@ public class JalviewFileChooser extends JFileChooser implements DialogRunnerI,
   {
     int value = super.showOpenDialog(this);
     
-    if (!Jalview.isJS())
+    if (!Platform.isJS())
     {
       /*
        * code here is not run in JalviewJS, instead