From e706dbee029f22b579f25e5208f7c7dfebd67c63 Mon Sep 17 00:00:00 2001 From: Jannis Weis Date: Thu, 17 Oct 2019 01:49:34 +0200 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48868f6c..0895fe90 100644 --- a/README.md +++ b/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