Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.1 KB

Substance LookAndFeel UIManager Defaults

Forked from :

https://tips4java.wordpress.com/2008/10/09/uimanager-defaults/

http://www.camick.com/java/source/UIManagerDefaults.java

The UIManager contains information about the default properties of each Swing component. This information is stored in the UIDefaults class in the form of key/value pairs. Each Look and Feel will have its own set of default properties. The UIManager can be used to make changes to these properties.

The UIManagerDefaults program will simply display this information in a nicely formatted way.

I just updated it to use the Skinned Substance LookAndFeel. 😋

Edit :

Download and manually install the latest official Substance artifacts : substance-7.0.01.jar and trident-1.4.jar

Use the mavenized version of Substance mentionned here