comments only
authorBobHanson <hansonr@stolaf.edu>
Wed, 8 Apr 2020 19:17:17 +0000 (14:17 -0500)
committerBobHanson <hansonr@stolaf.edu>
Wed, 8 Apr 2020 19:17:17 +0000 (14:17 -0500)
src/jalview/project/Jalview2XML.java
src/jalview/ws/jws2/SequenceAnnotationWSClient.java

index 2c93ee5..133ab57 100644 (file)
@@ -4453,7 +4453,7 @@ public class Jalview2XML
             int height = safeInt(structureState.getHeight());
 
             // Probably don't need to do this anymore...
-            // Desktop.getDesktop().getComponentAt(x, y);
+            // Desktop.getDesktopPane().getComponentAt(x, y);
             // TODO: NOW: check that this recovers the PDB file correctly.
             String pdbFile = loadPDBFile(jprovider, pdbid.getId(),
                     pdbid.getFile());
index 9358c76..e8116a1 100644 (file)
@@ -67,7 +67,7 @@ public class SequenceAnnotationWSClient extends Jws2Client
     // dan changed! dan test. comment out if conditional
     // if (alignFrame.getViewport().getAlignment().isNucleotide())
     // {
-    // JvOptionPane.showMessageDialog(Desktop.getDesktop(), sh.serviceType
+    // JvOptionPane.showMessageDialog(Desktop.getDesktopPane(), sh.serviceType
     // + " can only be used\nfor amino acid alignments.",
     // "Wrong type of sequences!", JvOptionPane.WARNING_MESSAGE);
     // return;