update author list in license for (JAL-826)
[jalview.git] / src / jalview / gui / EPSOptions.java
index 07dda63..277cffb 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -54,12 +54,12 @@ public class EPSOptions extends JPanel
 
   private void jbInit() throws Exception
   {
-    lineart.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));
+    lineart.setFont(JvSwingUtils.getLabelFont());
     lineart.setText("Lineart");
-    text.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));
+    text.setFont(JvSwingUtils.getLabelFont());
     text.setText("Text");
     text.setSelected(true);
-    askAgain.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));
+    askAgain.setFont(JvSwingUtils.getLabelFont());
     askAgain.setText("Don\'t ask me again");
     ok.setText("OK");
     ok.addActionListener(new ActionListener()
@@ -77,7 +77,7 @@ public class EPSOptions extends JPanel
         cancel_actionPerformed(e);
       }
     });
-    jLabel1.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11));
+    jLabel1.setFont(JvSwingUtils.getLabelFont());
     jLabel1.setText("Select EPS character rendering style");
     this.setLayout(borderLayout1);
     jPanel3.setBorder(BorderFactory.createEtchedBorder());