FileChooser implemented (issue #5)

This commit is contained in:
Karl Tauber
2019-11-16 17:21:28 +01:00
parent c0642ed620
commit 5069013e6e
5 changed files with 51 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ FlatLaf Change Log
## Unreleased
- Support using IntelliJ platform themes (.theme.json files).
- Support `JFileChooser`. (issue #5)
- Fixed selection background of checkbox in table cell.
- Fixed jittery submenu rendering on Mac. (issue #10)