< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java

Print this page
rev 59106 : imported patch client

@@ -80,11 +80,11 @@
         return "The CDE/Motif Look and Feel";
     }
 
 
     public boolean isNativeLookAndFeel() {
-        return OSInfo.getOSType() == OSInfo.OSType.SOLARIS;
+        return false;
     }
 
 
     public boolean isSupportedLookAndFeel() {
         return true;
< prev index next >