< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLabelUI.java

Print this page

        

*** 45,57 **** */ public class MetalLabelUI extends BasicLabelUI { /** ! * The default <code>MetalLabelUI</code> instance. This field might * not be used. To change the default instance use a subclass which ! * overrides the <code>createUI</code> method, and place that class * name in defaults table under the key "LabelUI". */ protected static MetalLabelUI metalLabelUI = new MetalLabelUI(); private static final Object METAL_LABEL_UI_KEY = new Object(); --- 45,57 ---- */ public class MetalLabelUI extends BasicLabelUI { /** ! * The default {@code MetalLabelUI} instance. This field might * not be used. To change the default instance use a subclass which ! * overrides the {@code createUI} method, and place that class * name in defaults table under the key "LabelUI". */ protected static MetalLabelUI metalLabelUI = new MetalLabelUI(); private static final Object METAL_LABEL_UI_KEY = new Object();
< prev index next >