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() (issues #841 and #830)

This commit is contained in:
Karl Tauber
2024-05-09 11:35:49 +02:00
parent 8c3dfd4a36
commit 3f3ef6b24f
2 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,16 @@
FlatLaf Change Log
==================
## 3.5-SNAPSHOT
#### 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().
(issues #841 and #830)
## 3.4.1
#### Fixed bugs