JAL-957 manual update to applet authorlist - need to use authorprops (JAL-1200)
authorjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 7 Nov 2012 15:04:25 +0000 (15:04 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 7 Nov 2012 15:04:25 +0000 (15:04 +0000)
src/jalview/appletgui/AlignFrame.java

index 5d4617e..6d8faaf 100644 (file)
@@ -2698,9 +2698,9 @@ public class AlignFrame extends EmbmenuFrame implements ActionListener,
         g.drawString("Build date: " + builddate, x, y += fh);
         g.setFont(new Font("Helvetica", Font.PLAIN, 12));
         g.drawString(
-                "Authors:  Jim Procter, Andrew Waterhouse, Michele Clamp, James Cuff, Steve Searle,",
+                "Authors:  Jim Procter, Andrew Waterhouse, Jan Engelhardt, Lauren Lui,",
                 x, y += fh * 1.5);
-        g.drawString("David Martin & Geoff Barton.", x + 50, y += fh);
+        g.drawString("Michele Clamp, James Cuff, Steve Searle, David Martin & Geoff Barton.", x + 50, y += fh+8);
         g.drawString(
                 "Development managed by The Barton Group, University of Dundee, Scotland, UK.",
                 x, y += fh);