update consensus and conservation are in try catch for out of memory error
[jalview.git] / src / jalview / gui / SplashScreen.java
index 31b0d31..9ceb490 100755 (executable)
@@ -101,7 +101,6 @@ public class SplashScreen extends JPanel implements Runnable
         try\r
         {\r
             iframe.setClosed(true);\r
-            iframe=null;\r
         }\r
         catch (Exception ex)\r
         {\r
@@ -146,7 +145,7 @@ public class SplashScreen extends JPanel implements Runnable
             jalview.bin.Cache.getProperty("VERSION")))\r
         {\r
           // Displayed when code version and jnlp version do not match\r
-\r
+          g.setColor(Color.red);\r
           g.drawString("!! Jalview version " +\r
                        jalview.bin.Cache.getDefault("LATEST_VERSION", "..Checking..")\r
                        + " is available for download from http://www.jalview.org !!",\r