JAL-1065 JAL-1066 - use direct object reference rather then index into alignment
[jalview.git] / src / jalview / gui / SplashScreen.java
index 4801051..cf424e8 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -193,7 +193,7 @@ public class SplashScreen extends JPanel implements Runnable
               "!! Jalview version "
                       + jalview.bin.Cache.getDefault("LATEST_VERSION",
                               "..Checking..")
-                      + " is available for download from http://www.jalview.org !!",
+                      + " is available for download from "+jalview.bin.Cache.getDefault("www.jalview.org","http://www.jalview.org")+" !!",
               50, y += fontSize + 10);
       y += 5;
       g.setColor(Color.black);
@@ -201,7 +201,7 @@ public class SplashScreen extends JPanel implements Runnable
 
     g.setFont(new Font("Verdana", Font.BOLD, fontSize));
     g.drawString(
-            "Authors: Andrew Waterhouse, Jim Procter, Michele Clamp, James Cuff, Steve Searle,",
+            "Authors: Jim Procter, Andrew Waterhouse, Michele Clamp, James Cuff, Steve Searle,",
             50, y += fontSize + 4);
     g.drawString("David Martin & Geoff Barton.", 60, y += fontSize + 4);
     g.drawString(