JAL-3253 preliminary static fixes for JavaScript part 3 of 3
[jalview.git] / src / jalview / gui / Desktop.java
index bdb6de9..88835c6 100644 (file)
@@ -248,6 +248,8 @@ public class Desktop extends jalview.jbgui.GDesktop
 
   private static int fileLoadingCount = 0;
 
+  public JInternalFrame conservationSlider, PIDSlider;
+
   class MyDesktopManager implements DesktopManager
   {
 
@@ -3168,7 +3170,7 @@ public class Desktop extends jalview.jbgui.GDesktop
                     .formatMessage("status.opening_params", new Object[]
                     { url }), this.hashCode());
           }
-          jalview.util.BrowserLauncher.openURL(url);
+          BrowserLauncher.openURL(url);
         } catch (Exception ex)
         {
           JvOptionPane.showInternalMessageDialog(Desktop.getDesktopPane(),
@@ -3250,6 +3252,8 @@ public class Desktop extends jalview.jbgui.GDesktop
 
   private groovy.ui.Console groovyConsole;
 
+  public StructureViewer lastTargetedView;
+
   /**
    * add another dialog thread to the queue
    *