author list and jalview discuss mailing list update in splash and banner
authorjprocter <Jim Procter>
Thu, 28 Aug 2008 13:09:35 +0000 (13:09 +0000)
committerjprocter <Jim Procter>
Thu, 28 Aug 2008 13:09:35 +0000 (13:09 +0000)
src/jalview/appletgui/AlignFrame.java
src/jalview/gui/Desktop.java
src/jalview/gui/SplashScreen.java

index 13045f9..0d1a3e1 100755 (executable)
@@ -2334,17 +2334,18 @@ public class AlignFrame
         int fh = fm.getHeight();
         int y = 5, x = 7;
         g.setColor(Color.black);
+        // TODO: update this text for each release or centrally store it for lite and application
         g.setFont(new Font("Helvetica", Font.BOLD, 14));
-        g.drawString("Jalview - Release " + version, 200, y += fh);
+        g.drawString("JalviewLite - Release " + version, x, y += fh);
         g.setFont(new Font("Helvetica", Font.PLAIN, 12));
-        g.drawString("Authors:  Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse, Jim Procter & Geoff Barton.",
-                     x, y += fh * 2);
-        g.drawString("Current development managed by Andrew Waterhouse; Barton Group, University of Dundee.",
+        g.drawString("Authors:  Andrew Waterhouse, Jim Procter, Michele Clamp, James Cuff, Steve Searle & Geoff Barton.",
+                     x, y += fh * 1.5);
+        g.drawString("Development managed by The Barton Group, University of Dundee, Scotland, UK.",
                      x, y += fh);
         g.drawString(
-            "For any issues relating to Jalview, email help@jalview.org", x,
-            y += fh);
-        g.drawString("If  you use JalView, please cite:", x, y += fh + 8);
+            "For help, see the FAQ at www.jalview.org and/or join the jalview-discuss@jalview.org mailing list", x,
+                y += fh);
+        g.drawString("If  you use Jalview, please cite:", x, y += fh + 8);
         g.drawString("\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"",
                      x, y += fh);
         g.drawString("Bioinformatics,  2004 20;426-7.", x, y += fh);
index 310ec93..fe67c4f 100755 (executable)
@@ -605,11 +605,10 @@ public class Desktop
           " is available for download from http://www.jalview.org !!\n");
 
     }
-
-    message.append("\nAuthors:  Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse, Jim Procter & Geoff Barton." +
-                   "\nDevelopment managed by The Barton Group, University of Dundee.\n"+
-                   "\nFor specific issues relating to Jalview, email help@jalview.org\n"+
-                   " or join the jalview-discuss@jalview.org mailing list" +
+    // TODO: update this text for each release or centrally store it for lite and application
+    message.append("\nAuthors:  Andrew Waterhouse, Jim Procter, Michele Clamp, James Cuff, Steve Searle & Geoff Barton." +
+                   "\nDevelopment managed by The Barton Group, University of Dundee, Scotland, UK.\n"+
+                   "\nFor help, see the FAQ at www.jalview.org and/or join the jalview-discuss@jalview.org mailing list\n"+
                    "\n\nIf  you use Jalview, please cite:" +
                    "\n\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"" +
                    "\nBioinformatics,  2004 20;426-7.");
index 031e930..4b64e9f 100755 (executable)
@@ -196,7 +196,7 @@ public class SplashScreen
     }
 
     g.setFont(new Font("Verdana", Font.BOLD, fontSize));
-    g.drawString("Authors: Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse, Jim Procter & Geoff Barton.",
+    g.drawString("Authors: Andrew Waterhouse, Jim Procter,Michele Clamp, James Cuff, Steve Searle & Geoff Barton.",
                  50, y += fontSize + 4);
     g.drawString("Development managed by The Barton Group, University of Dundee.",
                  50, y += fontSize + 4);