release 3.5

This commit is contained in:
Karl Tauber
2024-07-16 22:17:04 +02:00
parent b142a6f31e
commit 70b7a3d662
3 changed files with 48 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 3.5-SNAPSHOT
## 3.5
#### New features and improvements
@@ -41,8 +41,8 @@ FlatLaf Change Log
#### Incompatibilities
- ProgressBar: Log warning (including stack trace) when uninstalling
indeterminate progress bar UI or using JProgressBar.setIndeterminate(false)
not on AWT thread, because this may throw NPE in FlatProgressBarUI.paint().
indeterminate progress bar UI or using `JProgressBar.setIndeterminate(false)`
not on AWT thread, because this may throw NPE in `FlatProgressBarUI.paint()`.
(issues #841 and #830)
- Panel: Rounded background of panel with rounded corners is now painted even if
panel is not opaque. (issue #840)