< prev index next >

src/java.desktop/share/classes/sun/swing/DefaultLookup.java

Print this page

        

*** 64,74 **** private static boolean isLookupSet; /** * Sets the DefaultLookup instance to use for the current ! * <code>AppContext</code>. Null implies the UIManager should be * used. */ public static void setDefaultLookup(DefaultLookup lookup) { synchronized(DefaultLookup.class) { if (!isLookupSet && lookup == null) { --- 64,74 ---- private static boolean isLookupSet; /** * Sets the DefaultLookup instance to use for the current ! * {@code AppContext}. Null implies the UIManager should be * used. */ public static void setDefaultLookup(DefaultLookup lookup) { synchronized(DefaultLookup.class) { if (!isLookupSet && lookup == null) {
< prev index next >