TabbedPane: fixed NPE when creating/modifying in another thread (issue #299)

This commit is contained in:
Karl Tauber
2021-04-01 12:35:50 +02:00
parent f12ee6c167
commit d31f167b9e
2 changed files with 14 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ FlatLaf Change Log
when window is maximized. (issue #296)
- Button and ToggleButton: Do not paint background of disabled (and unselected)
toolBar buttons. (issue #292; regression since fixing #112)
- TabbedPane: Fixed NPE when creating/modifying in another thread. (issue #299)
- Fixed crash when running in Webswing. (issue #290)