new UI types?
[jalview.git] / forester / java / src / org / forester / archaeopteryx / MainFrameApplet.java
index 3ac938c..0b89e48 100644 (file)
@@ -8,7 +8,7 @@
 // and Howard Hughes Medical Institute
 // Copyright (C) 2003-2007 Ethalinda K.S. Cannon
 // All rights reserved
-// 
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
@@ -18,7 +18,7 @@
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 // Lesser General Public License for more details.
-// 
+//
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
@@ -73,12 +73,11 @@ public final class MainFrameApplet extends MainFrame {
             catch ( final Exception e ) {
                 ForesterUtil.printErrorMessage( ArchaeopteryxA.NAME, e.toString() );
                 e.printStackTrace();
-                JOptionPane
-                        .showMessageDialog( this,
-                                            ArchaeopteryxA.NAME + ": Could not create URL from: \""
-                                                    + _applet.getUrlString() + "\"\nError: " + e,
-                                            "Failed to create URL",
-                                            JOptionPane.ERROR_MESSAGE );
+                JOptionPane.showMessageDialog( this,
+                                               ArchaeopteryxA.NAME + ": Could not create URL from: \""
+                                                       + _applet.getUrlString() + "\"\nError: " + e,
+                                               "Failed to create URL",
+                                               JOptionPane.ERROR_MESSAGE );
                 close();
             }
         }