Table and PopupFactory: use StackWalker in Java 9+ for better performance (issue #334)

This commit is contained in:
Karl Tauber
2021-07-08 14:02:50 +02:00
parent 90282d4436
commit 87407ca832
6 changed files with 134 additions and 23 deletions

View File

@@ -10,6 +10,8 @@ FlatLaf Change Log
- PasswordField: UI delegate `FlatPasswordFieldUI` now extends `FlatTextFieldUI`
(instead of `BasicPasswordFieldUI`) to avoid duplicate code and for easier
extensibility.
- Table and PopupFactory: Use `StackWalker` in Java 9+ for better performance.
(issue #334)
- ToolBar: Paint focus indicator for focused button in toolbar. (issue #346)
#### Fixed bugs