licencing and format applied (eclipse)
[jalview.git] / src / jalview / jbgui / GPCAPanel.java
index 82d78e3..6ad36e8 100755 (executable)
@@ -23,29 +23,48 @@ import java.awt.event.*;
 import javax.swing.*;
 import javax.swing.event.*;
 
-public class GPCAPanel
-    extends JInternalFrame
+public class GPCAPanel extends JInternalFrame
 {
   JPanel jPanel2 = new JPanel();
+
   JLabel jLabel1 = new JLabel();
+
   JLabel jLabel2 = new JLabel();
+
   JLabel jLabel3 = new JLabel();
+
   protected JComboBox xCombobox = new JComboBox();
+
   protected JComboBox yCombobox = new JComboBox();
+
   protected JComboBox zCombobox = new JComboBox();
+
   FlowLayout flowLayout1 = new FlowLayout();
+
   BorderLayout borderLayout1 = new BorderLayout();
+
   JMenuBar jMenuBar1 = new JMenuBar();
+
   JMenu fileMenu = new JMenu();
+
   JMenu saveMenu = new JMenu();
+
   JMenuItem eps = new JMenuItem();
+
   JMenuItem png = new JMenuItem();
+
   JMenuItem print = new JMenuItem();
+
   JMenuItem outputValues = new JMenuItem();
+
   protected JMenu viewMenu = new JMenu();
+
   protected JCheckBoxMenuItem showLabels = new JCheckBoxMenuItem();
+
   JMenuItem bgcolour = new JMenuItem();
+
   JMenuItem originalSeqData = new JMenuItem();
+
   protected JMenu associateViewsMenu = new JMenu();
 
   public GPCAPanel()
@@ -53,8 +72,7 @@ public class GPCAPanel
     try
     {
       jbInit();
-    }
-    catch (Exception e)
+    } catch (Exception e)
     {
       e.printStackTrace();
     }
@@ -69,8 +87,7 @@ public class GPCAPanel
     setJMenuBar(jMenuBar1);
   }
 
-  private void jbInit()
-      throws Exception
+  private void jbInit() throws Exception
   {
     this.getContentPane().setLayout(borderLayout1);
     jPanel2.setLayout(flowLayout1);