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 Linvalid input: '&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 Linvalid input: '&F' by extending MetalLabelUI instead of BasicLabelUI.

No other changes are required.

Author:
Darryl