Browse Source

Updated README

pull/15/head
Jannis Weis 5 years ago
parent
commit
e706dbee02
No known key found for this signature in database
GPG Key ID: F388D96E6F9639A6
  1. 4
      README.md

4
README.md

@ -11,9 +11,11 @@ Gradually all the custom UI and more from the darcula project wil be ported over
# Usage & Features
The LookAndFeel can be easily installed using the 'LafManager'
````java
LafManager.loadLaf(LafManager.Theme.Dark);
LafManager.install();
````
or by any other default method of setting the LaF of your swing application.
## Example

Loading…
Cancel
Save