JFormDesigner / FlatLaf

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

Rounded Corners #882

Open x9ware-llc opened 1 week ago

x9ware-llc commented 1 week ago

I seem to be losing rounded corners on scrollbars, progress bars, and possibly other controls. I noticed this change with our recent update to release 3.5.1. I should note that these rounded corners worked on earlier releases. I am sure it is relevant that we are using the native jar (without the DLLs), due to installation screening done by one of our users. Are we correct in assuming that this is due to using the native jar, or could it possibly be something else? We are also using ProGuard, but have all obfuscation turned off for FlatLaf. Any insight would be appreciated.

x9ware-llc commented 1 week ago

I apologize for raising this issue and determined it was self inflicted. I truly appreciate FlatLaf, since it gives our application a very modern look and feel. My correction is below.

Changed: -keep class com.formdev. to -keep class com.formdev. { *; }