JFormDesigner / FlatLaf

FlatLaf - Swing Look and Feel (with Darcula/IntelliJ themes support)
https://www.formdev.com/flatlaf/
Apache License 2.0
3.42k stars 272 forks source link

JXStatusBar does not support FlatLAF on Windows #492

Closed ijabz closed 2 years ago

ijabz commented 2 years ago

I see you have a Swingx add on, but JXStatusBar is not included and this does not look good on Windows please see see https://stackoverflow.com/questions/71350234/replacement-layoutmanager-for-jxstatusbar-constraints-or-way-to-use-with-jpanel for more details and example screenshots.

DevCharly commented 2 years ago

Add flatlaf-swingx library to your project, then it works fine:

image image

Without the flatlaf-swingx library, it looks indeed wrong:

image image