Class VerticalLabelUI

All Implemented Interfaces:
PropertyChangeListener, EventListener

public class VerticalLabelUI extends BasicLabelUI
A UI delegate for JLabel that rotates the label 90 deg

Extends BasicLabelUI.

The only difference between the appearance of labels in the Basic and Metal L&Fs is the manner in which diabled text is painted. As VerticalLabelUI does not override the method paintDisabledText, this class can be adapted for Metal L&F by extending MetalLabelUI instead of BasicLabelUI.

No other changes are required.

Author:
Darryl