Dont color Checking... red
authoramwaterhouse <Andrew Waterhouse>
Mon, 15 Aug 2005 12:08:25 +0000 (12:08 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 15 Aug 2005 12:08:25 +0000 (12:08 +0000)
src/jalview/gui/SplashScreen.java

index 1bf51ed..b73b996 100755 (executable)
@@ -134,9 +134,7 @@ public class SplashScreen extends JPanel implements Runnable
 \r
         if (jalview.bin.Cache.getDefault("LATEST_VERSION", "Checking").equals("Checking"))\r
         {\r
-          // If the jnlp version and the code version differ, warn the user\r
-          g.setColor(Color.red);\r
-\r
+          // Displayed when code version and jnlp version do not match\r
           g.drawString("...Checking latest version...",\r
                        50, y += fontSize + 10);\r
           y += 5;\r
@@ -145,7 +143,7 @@ public class SplashScreen extends JPanel implements Runnable
         else if (!jalview.bin.Cache.getDefault("LATEST_VERSION", "Checking").equals(\r
             jalview.bin.Cache.getProperty("VERSION")))\r
         {\r
-          // If the jnlp version and the code version differ, warn the user\r
+          // Displayed when code version and jnlp version do not match\r
           g.setColor(Color.red);\r
 \r
           g.drawString("!! Jalview version " +\r