JAL-2418 source formatting
[jalview.git] / src / jalview / jbgui / GWebserviceInfo.java
index 9169e63..ba84411 100755 (executable)
@@ -119,8 +119,8 @@ public class GWebserviceInfo extends JPanel
     });
     buttonPanel.setLayout(gridBagLayout1);
     buttonPanel.setOpaque(false);
-    showResultsNewFrame.setText(MessageManager
-            .getString("label.new_window"));
+    showResultsNewFrame
+            .setText(MessageManager.getString("label.new_window"));
     mergeResults.setText(MessageManager.getString("action.merge_results"));
     this.setBackground(Color.white);
     this.add(jPanel1, BorderLayout.NORTH);
@@ -128,9 +128,10 @@ public class GWebserviceInfo extends JPanel
     jScrollPane1.getViewport().add(infoText, null);
     jPanel1.add(titlePanel, BorderLayout.NORTH);
     titlePanel.add(buttonPanel, BorderLayout.EAST);
-    buttonPanel.add(cancel, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0,
-            GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(
-                    19, 6, 16, 4), 0, 0));
+    buttonPanel.add(cancel,
+            new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0,
+                    GridBagConstraints.CENTER, GridBagConstraints.NONE,
+                    new Insets(19, 6, 16, 4), 0, 0));
     this.add(statusPanel, java.awt.BorderLayout.SOUTH);
     statusPanel.add(statusBar, null);
   }