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