JAL-1551 formatting
authorJim Procter <jprocter@dundee.ac.uk>
Fri, 6 Feb 2015 10:50:51 +0000 (10:50 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Fri, 6 Feb 2015 10:50:51 +0000 (10:50 +0000)
src/jalview/appletgui/UserDefinedColours.java
src/jalview/gui/UserDefinedColours.java

index 6d8933c..32f5729 100644 (file)
@@ -427,7 +427,9 @@ public class UserDefinedColours extends Panel implements ActionListener,
   {
     applyButton_actionPerformed();
     if (dialog != null)
+    {
       dialog.setVisible(false);
+    }
 
     frame.setVisible(false);
   }
@@ -557,7 +559,9 @@ public class UserDefinedColours extends Panel implements ActionListener,
         }
       }
       if (dialog != null)
+      {
         dialog.setVisible(false);
+      }
 
       frame.setVisible(false);
       return;
index 44a633b..3da159f 100755 (executable)
@@ -528,7 +528,7 @@ public class UserDefinedColours extends GUserDefinedColours implements
        }
     }else{
        for (int i = 0; i < 24; i++){
-               JButton button = (JButton) upperCaseButtons.get(i);
+               JButton button = upperCaseButtons.get(i);
                newColours[i] = button.getBackground();
        }
     }
@@ -547,7 +547,7 @@ public class UserDefinedColours extends GUserDefinedColours implements
          }
       }else{
          for (int i = 0; i < 23; i++){
-                 JButton button = (JButton) lowerCaseButtons.get(i);
+                 JButton button = lowerCaseButtons.get(i);
                  newColours[i] = button.getBackground();
          }
       }