public class MetalLabelUI extends BasicLabelUI
| Modifier and Type | Field and Description |
|---|---|
protected static MetalLabelUI |
metalLabelUI
The default
MetalLabelUI instance.
|
labelUI| Constructor and Description |
|---|
MetalLabelUI()
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent
|
protected void |
paintDisabledText(JLabel
Just paint the text gray (Label.disabledForeground) rather than in the labels foreground color.
|
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paint, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updateprotected static MetalLabelUImetalLabelUI
MetalLabelUI instance. This field might not be used. To change the default instance use a subclass which overrides the
createUI method, and place that class name in defaults table under the key "LabelUI".
public static ComponentUIcreateUI(JComponent c)