Try/catch loading default icons
authoramwaterhouse <Andrew Waterhouse>
Tue, 9 Aug 2005 16:52:39 +0000 (16:52 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 9 Aug 2005 16:52:39 +0000 (16:52 +0000)
src/jalview/io/JalviewFileChooser.java

index 1f44c99..08b99c2 100755 (executable)
@@ -200,7 +200,10 @@ public class JalviewFileChooser
     public UI(JFileChooser e)\r
     {\r
       super(e);\r
-      this.installIcons(e);\r
+      try{\r
+        this.installIcons(e);\r
+      }catch(Exception ex)\r
+      { System.out.println(ex+"\nProblem installing icons, FileChooser");}\r
     }\r
 \r
     /**************************************************************************\r