X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FEPSOptions.java;h=2edaf0bf995df6e9c67100190361b558a5acef74;hb=5e34c2ccda1cf0d409618a564804408350c932d0;hp=193cfccdd882138869a3da8ce12d047bd5a9db46;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/jalview/gui/EPSOptions.java b/src/jalview/gui/EPSOptions.java index 193cfcc..2edaf0b 100755 --- a/src/jalview/gui/EPSOptions.java +++ b/src/jalview/gui/EPSOptions.java @@ -1,20 +1,19 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4) - * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6) + * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * This file is part of Jalview. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . */ package jalview.gui; @@ -55,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() @@ -78,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());