Is it possible to import "FlatLaf - Flat Look and Feel" into a test case of Katalon Studio?
Asked
Active
Viewed 242 times
1 Answers
1
I just had to add the flatlaf-2.1.jar file into my project as an external library.
From menu "Project" → "Settings" → "Library Management".
Then I had to import it into my code import com.formdev.flatlaf.FlatDarkLaf
.
And use it like this UIManager.setLookAndFeel(new FlatDarkLaf())
.
Before:
After:

Simos Sigma
- 958
- 7
- 29