Autocalculate consensus set in preferences
[jalview.git] / src / jalview / jbgui / GPreferences.java
index 8b10c5f..58c7743 100755 (executable)
@@ -104,6 +104,8 @@ public class GPreferences extends JPanel
   protected JCheckBox seqLimit = new JCheckBox();\r
   GridLayout gridLayout3 = new GridLayout();\r
   protected JCheckBox smoothFont = new JCheckBox();\r
+  JPanel calcTab = new JPanel();\r
+  protected JCheckBox autoCalculateConsCheck = new JCheckBox();\r
   /**\r
      * Creates a new GPreferences object.\r
      */\r
@@ -357,6 +359,9 @@ public class GPreferences extends JPanel
     smoothFont.setHorizontalAlignment(SwingConstants.RIGHT);\r
     smoothFont.setHorizontalTextPosition(SwingConstants.LEADING);\r
     smoothFont.setText("Smooth Font");\r
+    calcTab.setLayout(null);\r
+    autoCalculateConsCheck.setText("AutoCalculate Consensus");\r
+    autoCalculateConsCheck.setBounds(new Rectangle(16, 29, 209, 23));\r
     jPanel2.add(fullScreen);\r
 \r
     jPanel2.add(annotations);\r
@@ -439,6 +444,8 @@ public class GPreferences extends JPanel
     jPanel11.add(pfamjv);\r
     jPanel11.add(pileupjv);\r
     jPanel11.add(pirjv);\r
+    tabbedPane.add(calcTab, "Calculations");\r
+    calcTab.add(autoCalculateConsCheck);\r
 \r
     exportTab.add(epsLabel);\r
     exportTab.add(epsRendering);\r