JAL-629 Set Metal as default LAF for build server tests
[jalview.git] / src / jalview / bin / Jalview.java
index a728bc8..a54259e 100755 (executable)
@@ -1354,7 +1354,12 @@ public class Jalview
   private static boolean setLinuxLookAndFeel()
   {
     boolean set = false;
-    set = setFlatLookAndFeel();
+    /*
+     *  THIS IS A TEST FOR THE BUILD SERVER!
+     *
+    set = setMetalLookAndFeel();
+    //set = setFlatLookAndFeel();
+     */
     if (!set)
       set = setMetalLookAndFeel();
     // avoid GtkLookAndFeel -- not good results especially on HiDPI