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);
" 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.");
}
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);