licencing and format applied (eclipse)
[jalview.git] / src / jalview / jbgui / GSliderPanel.java
index 15058e1..e8df12d 100755 (executable)
@@ -24,26 +24,37 @@ import javax.swing.*;
 
 /**
  * DOCUMENT ME!
- *
+ * 
  * @author $author$
  * @version $Revision$
  */
-public class GSliderPanel
-    extends JPanel
+public class GSliderPanel extends JPanel
 {
   // this is used for conservation colours, PID colours and redundancy threshold
   protected JSlider slider = new JSlider();
+
   protected JTextField valueField = new JTextField();
+
   protected JLabel label = new JLabel();
+
   protected JPanel southPanel = new JPanel();
+
   GridLayout gridLayout1 = new GridLayout();
+
   JPanel jPanel2 = new JPanel();
+
   protected JButton applyButton = new JButton();
+
   protected JButton undoButton = new JButton();
+
   FlowLayout flowLayout1 = new FlowLayout();
+
   protected JCheckBox allGroupsCheck = new JCheckBox();
+
   BorderLayout borderLayout1 = new BorderLayout();
+
   JPanel jPanel1 = new JPanel();
+
   BorderLayout borderLayout2 = new BorderLayout();
 
   /**
@@ -54,8 +65,7 @@ public class GSliderPanel
     try
     {
       jbInit();
-    }
-    catch (Exception e)
+    } catch (Exception e)
     {
       e.printStackTrace();
     }
@@ -63,11 +73,11 @@ public class GSliderPanel
 
   /**
    * DOCUMENT ME!
-   *
-   * @throws Exception DOCUMENT ME!
+   * 
+   * @throws Exception
+   *                 DOCUMENT ME!
    */
-  private void jbInit()
-      throws Exception
+  private void jbInit() throws Exception
   {
     this.setLayout(gridLayout1);
     slider.setMajorTickSpacing(10);
@@ -153,8 +163,9 @@ public class GSliderPanel
 
   /**
    * DOCUMENT ME!
-   *
-   * @param e DOCUMENT ME!
+   * 
+   * @param e
+   *                DOCUMENT ME!
    */
   protected void valueField_actionPerformed(ActionEvent e)
   {
@@ -162,8 +173,9 @@ public class GSliderPanel
 
   /**
    * DOCUMENT ME!
-   *
-   * @param e DOCUMENT ME!
+   * 
+   * @param e
+   *                DOCUMENT ME!
    */
   protected void applyButton_actionPerformed(ActionEvent e)
   {
@@ -171,8 +183,9 @@ public class GSliderPanel
 
   /**
    * DOCUMENT ME!
-   *
-   * @param e DOCUMENT ME!
+   * 
+   * @param e
+   *                DOCUMENT ME!
    */
   protected void undoButton_actionPerformed(ActionEvent e)
   {
@@ -180,8 +193,9 @@ public class GSliderPanel
 
   /**
    * DOCUMENT ME!
-   *
-   * @param e DOCUMENT ME!
+   * 
+   * @param e
+   *                DOCUMENT ME!
    */
   protected void allGroupsCheck_actionPerformed(ActionEvent e)
   {