X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGPCAPanel.java;h=6ad36e85a7aa732fd90388ff6bda429dd459e9b4;hb=2253f31565d4e96edffce2fac596e2ef0578d596;hp=82d78e3ad045c167cbf04ff5b8b6e3d0f61e33b7;hpb=d1f6cf53b29322601c621da9a6b3cb09dd28235e;p=jalview.git diff --git a/src/jalview/jbgui/GPCAPanel.java b/src/jalview/jbgui/GPCAPanel.java index 82d78e3..6ad36e8 100755 --- a/src/jalview/jbgui/GPCAPanel.java +++ b/src/jalview/jbgui/GPCAPanel.java @@ -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);