images moved
authoramwaterhouse <Andrew Waterhouse>
Mon, 21 Feb 2005 17:09:13 +0000 (17:09 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 21 Feb 2005 17:09:13 +0000 (17:09 +0000)
src/jalview/gui/AlignFrame.java
src/jalview/io/WSWUBlastClient.java

index ebaacda..21dcc09 100755 (executable)
@@ -1018,7 +1018,7 @@ if ( viewport.getConservationSelected() )
       image = new Image[9];\r
       for(int i=0; i<9; i++)\r
       {\r
-        java.net.URL url = getClass().getResource("/dna" + (i+1) + ".gif");\r
+        java.net.URL url = getClass().getResource("/images/dna" + (i+1) + ".gif");\r
         if (url != null)\r
         {\r
           image[i] = java.awt.Toolkit.getDefaultToolkit().createImage(url);\r
index 05b4c58..1622187 100755 (executable)
@@ -51,7 +51,7 @@ public class WSWUBlastClient
       imageIcon = new ImageIcon[9];\r
       for(int i=0; i<9; i++)\r
       {\r
-        java.net.URL url = getClass().getResource("/dna" + (i+1) + ".gif");\r
+        java.net.URL url = getClass().getResource("/images/dna" + (i+1) + ".gif");\r
         if (url != null)\r
           imageIcon[i] = new ImageIcon(url);\r
       }\r