mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
README.md: changed deprecated FlatLightLaf.install() to FlatLightLaf.setup()
This commit is contained in:
@@ -76,11 +76,11 @@ Addons
|
|||||||
Getting started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
To enable FlatLaf, add following code to your main method before you create any
|
To use FlatLaf, add following code to your main method before you create any
|
||||||
Swing component:
|
Swing component:
|
||||||
|
|
||||||
~~~java
|
~~~java
|
||||||
FlatLightLaf.install();
|
FlatLightLaf.setup();
|
||||||
|
|
||||||
// create UI here...
|
// create UI here...
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user