X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fjbgui%2FGUserDefinedColours.java;h=2c10974324d7fdea70948274e8972bd4422bafa1;hb=cf2e3cf08db12cd9b1ad97d2c2b7e97d9c126ce7;hp=f79359c75a3bb6bfa61a32edc86de7009720e585;hpb=2de8acfae59aced665e4c37ad0f7dcc2ed68818e;p=jalview.git diff --git a/src/jalview/jbgui/GUserDefinedColours.java b/src/jalview/jbgui/GUserDefinedColours.java index f79359c..2c10974 100755 --- a/src/jalview/jbgui/GUserDefinedColours.java +++ b/src/jalview/jbgui/GUserDefinedColours.java @@ -1,23 +1,24 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1) - * Copyright (C) 2009 AM Waterhouse, J Procter, 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 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.jbgui; +import jalview.gui.JvSwingUtils; + import java.awt.*; import java.awt.event.*; import javax.swing.*; @@ -103,7 +104,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @throws Exception - * DOCUMENT ME! + * DOCUMENT ME! */ private void jbInit() throws Exception { @@ -147,7 +148,7 @@ public class GUserDefinedColours extends JPanel savebutton_actionPerformed(e); } }); - cancelButton.setFont(new java.awt.Font("Verdana", 0, 11)); + cancelButton.setFont(JvSwingUtils.getLabelFont()); cancelButton.setText("Cancel"); cancelButton.addActionListener(new java.awt.event.ActionListener() { @@ -160,13 +161,13 @@ public class GUserDefinedColours extends JPanel lowerPanel.setOpaque(false); lowerPanel.setLayout(borderLayout3); colorChooser.setOpaque(false); - jLabel1.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); + jLabel1.setFont(JvSwingUtils.getLabelFont()); jLabel1.setText("Name"); namePanel.setMinimumSize(new Dimension(300, 31)); namePanel.setOpaque(false); namePanel.setPreferredSize(new Dimension(240, 25)); namePanel.setLayout(borderLayout1); - schemeName.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); + schemeName.setFont(JvSwingUtils.getLabelFont()); schemeName.setPreferredSize(new Dimension(105, 21)); schemeName.setText(""); schemeName.setHorizontalAlignment(SwingConstants.CENTER); @@ -178,9 +179,8 @@ public class GUserDefinedColours extends JPanel label.setFont(new java.awt.Font("Verdana", Font.ITALIC, 10)); label.setOpaque(false); label.setPreferredSize(new Dimension(260, 34)); - label - .setText("Save your colour scheme with a unique name and it will be added " - + "to the Colour menu."); + label.setText("Save your colour scheme with a unique name and it will be added " + + "to the Colour menu."); caseSensitive.setText("Case Sensitive"); caseSensitive.addActionListener(new ActionListener() { @@ -225,7 +225,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void okButton_actionPerformed(ActionEvent e) { @@ -235,7 +235,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void applyButton_actionPerformed(ActionEvent e) { @@ -245,7 +245,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void loadbutton_actionPerformed(ActionEvent e) { @@ -255,7 +255,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void savebutton_actionPerformed(ActionEvent e) { @@ -265,7 +265,7 @@ public class GUserDefinedColours extends JPanel * DOCUMENT ME! * * @param e - * DOCUMENT ME! + * DOCUMENT ME! */ protected void cancelButton_actionPerformed(ActionEvent e) {