formatting
[jalview.git] / src / jalview / gui / Desktop.java
index 996aad1..bb490ae 100644 (file)
@@ -2526,43 +2526,43 @@ public class Desktop extends jalview.jbgui.GDesktop implements
               {
 
                 /*
-                JalviewDialog jd =new JalviewDialog() {
-                  @Override
-                  protected void cancelPressed()
-                  {
-                    // TODO Auto-generated method stub
-                    
-                  }@Override
-                  protected void okPressed()
-                  {
-                    // TODO Auto-generated method stub
-                    
-                  }@Override
-                  protected void raiseClosed()
-                  {
-                    // TODO Auto-generated method stub
-                    
-                  }
-                };
-                jd.initDialogFrame(new JLabel("<html><table width=\"450\"><tr><td>"
-                                        + ermsg
-                                        + "<br/>It may be that you have invalid JABA URLs in your web service preferences,"
-                                        + " or mis-configured HTTP proxy settings.<br/>"
-                                        + "Check the <em>Connections</em> and <em>Web services</em> tab of the"
-                                        + " Tools->Preferences dialog box to change them.</td></tr></table></html>"), true, true, "Web Service Configuration Problem", 450, 400);
-                
-                jd.waitForInput();
-                */
-                JOptionPane.showConfirmDialog(
-                        Desktop.desktop, 
-                        new JLabel("<html><table width=\"450\"><tr><td>"
-                                + ermsg+"</td></tr></table>"
-                                + "<p>It may be that you have invalid JABA URLs<br/>in your web service preferences,"
-                                + " or mis-configured HTTP proxy settings.</p>"
-                                + "<p>Check the <em>Connections</em> and <em>Web services</em> tab<br/>of the"
-                                + " Tools->Preferences dialog box to change them.</p></html>"), "Web Service Configuration Problem",
+                 * JalviewDialog jd =new JalviewDialog() {
+                 * 
+                 * @Override protected void cancelPressed() { // TODO
+                 * Auto-generated method stub
+                 * 
+                 * }@Override protected void okPressed() { // TODO
+                 * Auto-generated method stub
+                 * 
+                 * }@Override protected void raiseClosed() { // TODO
+                 * Auto-generated method stub
+                 * 
+                 * } }; jd.initDialogFrame(new
+                 * JLabel("<html><table width=\"450\"><tr><td>" + ermsg +
+                 * "<br/>It may be that you have invalid JABA URLs in your web service preferences,"
+                 * + " or mis-configured HTTP proxy settings.<br/>" +
+                 * "Check the <em>Connections</em> and <em>Web services</em> tab of the"
+                 * +
+                 * " Tools->Preferences dialog box to change them.</td></tr></table></html>"
+                 * ), true, true, "Web Service Configuration Problem", 450,
+                 * 400);
+                 * 
+                 * jd.waitForInput();
+                 */
+                JOptionPane
+                        .showConfirmDialog(
+                                Desktop.desktop,
+                                new JLabel(
+                                        "<html><table width=\"450\"><tr><td>"
+                                                + ermsg
+                                                + "</td></tr></table>"
+                                                + "<p>It may be that you have invalid JABA URLs<br/>in your web service preferences,"
+                                                + " or mis-configured HTTP proxy settings.</p>"
+                                                + "<p>Check the <em>Connections</em> and <em>Web services</em> tab<br/>of the"
+                                                + " Tools->Preferences dialog box to change them.</p></html>"),
+                                "Web Service Configuration Problem",
                                 JOptionPane.DEFAULT_OPTION,
-                        JOptionPane.ERROR_MESSAGE);
+                                JOptionPane.ERROR_MESSAGE);
                 serviceChangedDialog = null;
 
               }