\r
SplashScreen splash = new SplashScreen(frame, image);\r
frame.setContentPane(splash);\r
- addInternalFrame(frame, "",820,200);\r
+ addInternalFrame(frame, "",845,200);\r
splashScreenVisible = true;\r
\r
- frame.setLocation( (int)((getWidth()-820) /2), (int)((getHeight()-240) /2));\r
+ frame.setLocation( (int)((getWidth()-845) /2), (int)((getHeight()-240) /2));\r
frame.setClosable(false);\r
frame.setIconifiable(false);\r
frame.setMaximizable(false);\r
g.drawImage(image, 5,60,this);\r
g.drawString("JalView 2005", 50,50);\r
g.setFont( new Font("Verdana", Font.BOLD, 14));\r
- g.drawString("Authors: Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse and Geoff Barton.",50,70);\r
+ g.drawString("Authors: Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse, Jim Procter & Geoff Barton.",50,70);\r
g.drawString("Current development managed by Andrew Waterhouse; Barton Group, University of Dundee.",50,90);\r
g.drawString("If you use JalView, please cite:",50,110);\r
g.drawString("\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"",50,130);\r