*** Welcome to piglix ***

Pluggable look and feel


Pluggable look and feel is a mechanism used in the Java Swing widget toolkit allowing to change the look and feel of the graphical user interface at runtime.

Swing allows an application to specialize the look and feel of widgets by modifying the default (via runtime parameters), deriving from an existing one, by creating one from scratch, or, beginning with J2SE 5.0, by using the skinnable synth look and feel, which is configured with an XML property file. The look and feel can be changed at runtime.

The corresponding API includes:

The Java platform comes with several bundled look and feels:

Numerous other look and feels have been developed by third parties, such as:


...
Wikipedia

...