< prev index next >

src/java.desktop/share/classes/javax/swing/UIManager.java

Print this page
rev 59106 : imported patch client

*** 670,682 **** if (toolkit.getClass() .getName() .equals("sun.lwawt.macosx.LWCToolkit")) { return "com.apple.laf.AquaLookAndFeel"; } } - if (osType == OSInfo.OSType.SOLARIS) { - return "com.sun.java.swing.plaf.motif.MotifLookAndFeel"; - } } return getCrossPlatformLookAndFeelClassName(); } --- 670,679 ----
< prev index next >