Package org.jdesktop.swingx.plaf


package org.jdesktop.swingx.plaf
Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.

The addons are loaded with ServiceLoader. As such we maintain, a services file for our implementations. SwingX uses the MetaInf/services generator API. This add a compile time dependency to the plaf module. The services generator, however, is not required at runtime.