sequence is char []
[jalview.git] / src / jalview / gui / EPSOptions.java
index a9a60f2..543215f 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -58,10 +58,10 @@ public class EPSOptions
       throws Exception\r
   {\r
     lineart.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));\r
-    lineart.setSelected(true);\r
     lineart.setText("Lineart");\r
     text.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));\r
     text.setText("Text");\r
+    text.setSelected(true);\r
     askAgain.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));\r
     askAgain.setText("Don\'t ask me again");\r
     ok.setText("OK");\r
@@ -84,8 +84,8 @@ public class EPSOptions
     jLabel1.setText("Select EPS character rendering style");\r
     this.setLayout(borderLayout1);\r
     jPanel3.setBorder(BorderFactory.createEtchedBorder());\r
-    jPanel2.add(lineart);\r
     jPanel2.add(text);\r
+    jPanel2.add(lineart);\r
     jPanel2.add(askAgain);\r
     jPanel1.add(ok);\r
     jPanel1.add(cancel);\r