< prev index next >
src/java.desktop/share/classes/javax/swing/plaf/basic/BasicLabelUI.java
Print this page
*** 57,69 ****
* @author Hans Muller
*/
public class BasicLabelUI extends LabelUI implements PropertyChangeListener
{
/**
! * The default <code>BasicLabelUI</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 BasicLabelUI labelUI = new BasicLabelUI();
private static final Object BASIC_LABEL_UI_KEY = new Object();
--- 57,69 ----
* @author Hans Muller
*/
public class BasicLabelUI extends LabelUI implements PropertyChangeListener
{
/**
! * The default {@code BasicLabelUI} 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 BasicLabelUI labelUI = new BasicLabelUI();
private static final Object BASIC_LABEL_UI_KEY = new Object();
< prev index next >