Class MetalLabelUI

All Implemented Interfaces:
PropertyChangeListener, EventListener

public class MetalLabelUI extends BasicLabelUI
A Windows L&F implementation of LabelUI. This implementation is completely static, i.e. there's only one UIView implementation that's shared by all JLabel objects.
  • Field Details

    • metalLabelUI

      protected static MetalLabelUI metalLabelUI
      The default 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".
  • Constructor Details

    • MetalLabelUI

      public MetalLabelUI()
      Constructs a MetalLabelUI.
  • Method Details