javax.swing.plaf.metal
Class MetalLabelUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.LabelUI
              |
              +--javax.swing.plaf.basic.BasicLabelUI
                    |
                    +--javax.swing.plaf.metal.MetalLabelUI
All Implemented Interfaces:
EventListener, PropertyChangeListener
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 Summary

protected static MetalLabelUI metalLabelUI
    
 
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
 

 

Constructor Summary

MetalLabelUI()
    
 

 

Method Summary

static ComponentUI createUI(JComponent c)
    Returns an instance of the UI delegate for the specified component.
protected  void