< 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,90 **** return "The CDE/Motif Look and Feel"; } public boolean isNativeLookAndFeel() { ! return OSInfo.getOSType() == OSInfo.OSType.SOLARIS; } public boolean isSupportedLookAndFeel() { return true; --- 80,90 ---- return "The CDE/Motif Look and Feel"; } public boolean isNativeLookAndFeel() { ! return false; } public boolean isSupportedLookAndFeel() { return true;
< prev index next >