FileDocCategorySizeDatePackage
MotifLabelUI.javaAPI DocJava SE 5 API1037Fri Aug 26 14:54:46 BST 2005com.sun.java.swing.plaf.motif

MotifLabelUI

public class MotifLabelUI extends BasicLabelUI
A Motif L&F implementation of LabelUI. This merely sets up new default values in MotifLookAndFeel.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

version
1.12 12/19/03
author
Amy Fowler

Fields Summary
static MotifLabelUI
sharedInstance
Constructors Summary
Methods Summary
public static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)


         
        return sharedInstance;