LookAndFeel

Class LookAndFeel

Direct Known Subclasses:
BasicLookAndFeel, MultiLookAndFeel
public abstract class LookAndFeel
extends Object

LookAndFeel, as the name implies, encapsulates a look and feel. Beyond installing a look and feel most developers never need to interact directly with LookAndFeel. In general only developers creating a custom look and feel need to concern themselves with this class.

Swing is built upon the foundation that each JComponent subclass has an implementation of a specific ComponentUI subclass. The ComponentUI is oft