JAL-3608 Enforcing MetalLookAndFeel as default on linux. Can be overridden with laf...
[jalview.git] / src / jalview / bin / Jalview.java
index 87e26ee..cc3a4a2 100755 (executable)
@@ -415,6 +415,9 @@ public class Jalview
     if (!lafSet)
     {
       setSystemLookAndFeel();
+      if (Platform.isLinux() && ! Platform.isJS()) {
+        setMetalLookAndFeel();
+      }
       if (Platform.isAMacAndNotJS())
       {
         setMacLookAndFeel();