read start end if available
[jalview.git] / src / jalview / io / WSWUBlastClient.java
index f2c2047..1622187 100755 (executable)
@@ -35,7 +35,7 @@ public class WSWUBlastClient
       }\r
 \r
      BlastThread thread = new BlastThread(ids.get(i).toString(),  nonGapped.toString());\r
-  //   thread.start();\r
+     thread.start();\r
      jobsRunning ++;\r
      }\r
      ImageTwirler thread = new ImageTwirler();\r
@@ -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