Formatting changes
[jalview.git] / src / jalview / jbgui / GPCAPanel.java
index 41d188e..7fc21a9 100755 (executable)
-/*
-* Jalview - A Sequence Alignment Editor and Viewer
-* Copyright (C) 2005 AM Waterhouse, J Procter, 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 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.
-*
-* 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
-*/\r
+/*\r
+ * Jalview - A Sequence Alignment Editor and Viewer\r
+ * Copyright (C) 2005 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
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
+ */\r
 package jalview.jbgui;\r
 \r
 import java.awt.*;\r
 import java.awt.event.*;\r
-\r
 import javax.swing.*;\r
 \r
+public class GPCAPanel\r
+    extends JPanel\r
+{\r
+  JPanel jPanel2 = new JPanel();\r
+  JLabel jLabel1 = new JLabel();\r
+  JLabel jLabel2 = new JLabel();\r
+  JLabel jLabel3 = new JLabel();\r
+  protected JComboBox xCombobox = new JComboBox();\r
+  protected JComboBox yCombobox = new JComboBox();\r
+  protected JComboBox zCombobox = new JComboBox();\r
+  FlowLayout flowLayout1 = new FlowLayout();\r
+  BorderLayout borderLayout1 = new BorderLayout();\r
 \r
-public class GPCAPanel extends JPanel {\r
-    JPanel jPanel2 = new JPanel();\r
-    JLabel jLabel1 = new JLabel();\r
-    JLabel jLabel2 = new JLabel();\r
-    JLabel jLabel3 = new JLabel();\r
-    protected JComboBox xCombobox = new JComboBox();\r
-    protected JComboBox yCombobox = new JComboBox();\r
-    protected JComboBox zCombobox = new JComboBox();\r
-    FlowLayout flowLayout1 = new FlowLayout();\r
-    BorderLayout borderLayout1 = new BorderLayout();\r
-\r
-    public GPCAPanel() {\r
-        try {\r
-            jbInit();\r
-        } catch (Exception e) {\r
-            e.printStackTrace();\r
-        }\r
-\r
-        for (int i = 1; i < 8; i++) {\r
-            xCombobox.addItem("dim " + i);\r
-            yCombobox.addItem("dim " + i);\r
-            zCombobox.addItem("dim " + i);\r
-        }\r
+  public GPCAPanel()\r
+  {\r
+    try\r
+    {\r
+      jbInit();\r
     }\r
-\r
-    private void jbInit() throws Exception {\r
-        this.setLayout(borderLayout1);\r
-        jPanel2.setLayout(flowLayout1);\r
-        jLabel1.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        jLabel1.setText("x=");\r
-        jLabel2.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        jLabel2.setText("y=");\r
-        jLabel3.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        jLabel3.setText("z=");\r
-        jPanel2.setBackground(Color.white);\r
-        jPanel2.setBorder(null);\r
-        zCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        zCombobox.addActionListener(new java.awt.event.ActionListener() {\r
-                public void actionPerformed(ActionEvent e) {\r
-                    zCombobox_actionPerformed(e);\r
-                }\r
-            });\r
-        yCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        yCombobox.addActionListener(new java.awt.event.ActionListener() {\r
-                public void actionPerformed(ActionEvent e) {\r
-                    yCombobox_actionPerformed(e);\r
-                }\r
-            });\r
-        xCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
-        xCombobox.addActionListener(new java.awt.event.ActionListener() {\r
-                public void actionPerformed(ActionEvent e) {\r
-                    xCombobox_actionPerformed(e);\r
-                }\r
-            });\r
-        this.add(jPanel2, BorderLayout.SOUTH);\r
-        jPanel2.add(jLabel1, null);\r
-        jPanel2.add(xCombobox, null);\r
-        jPanel2.add(jLabel2, null);\r
-        jPanel2.add(yCombobox, null);\r
-        jPanel2.add(jLabel3, null);\r
-        jPanel2.add(zCombobox, null);\r
+    catch (Exception e)\r
+    {\r
+      e.printStackTrace();\r
     }\r
 \r
-    protected void xCombobox_actionPerformed(ActionEvent e) {\r
+    for (int i = 1; i < 8; i++)\r
+    {\r
+      xCombobox.addItem("dim " + i);\r
+      yCombobox.addItem("dim " + i);\r
+      zCombobox.addItem("dim " + i);\r
     }\r
+  }\r
 \r
-    protected void yCombobox_actionPerformed(ActionEvent e) {\r
-    }\r
+  private void jbInit()\r
+      throws Exception\r
+  {\r
+    this.setLayout(borderLayout1);\r
+    jPanel2.setLayout(flowLayout1);\r
+    jLabel1.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    jLabel1.setText("x=");\r
+    jLabel2.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    jLabel2.setText("y=");\r
+    jLabel3.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    jLabel3.setText("z=");\r
+    jPanel2.setBackground(Color.white);\r
+    jPanel2.setBorder(null);\r
+    zCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    zCombobox.addActionListener(new java.awt.event.ActionListener()\r
+    {\r
+      public void actionPerformed(ActionEvent e)\r
+      {\r
+        zCombobox_actionPerformed(e);\r
+      }\r
+    });\r
+    yCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    yCombobox.addActionListener(new java.awt.event.ActionListener()\r
+    {\r
+      public void actionPerformed(ActionEvent e)\r
+      {\r
+        yCombobox_actionPerformed(e);\r
+      }\r
+    });\r
+    xCombobox.setFont(new java.awt.Font("Verdana", 0, 12));\r
+    xCombobox.addActionListener(new java.awt.event.ActionListener()\r
+    {\r
+      public void actionPerformed(ActionEvent e)\r
+      {\r
+        xCombobox_actionPerformed(e);\r
+      }\r
+    });\r
+    this.add(jPanel2, BorderLayout.SOUTH);\r
+    jPanel2.add(jLabel1, null);\r
+    jPanel2.add(xCombobox, null);\r
+    jPanel2.add(jLabel2, null);\r
+    jPanel2.add(yCombobox, null);\r
+    jPanel2.add(jLabel3, null);\r
+    jPanel2.add(zCombobox, null);\r
+  }\r
 \r
-    protected void zCombobox_actionPerformed(ActionEvent e) {\r
-    }\r
+  protected void xCombobox_actionPerformed(ActionEvent e)\r
+  {\r
+  }\r
+\r
+  protected void yCombobox_actionPerformed(ActionEvent e)\r
+  {\r
+  }\r
+\r
+  protected void zCombobox_actionPerformed(ActionEvent e)\r
+  {\r
+  }\r
 }\r