fixed "cannot find symbol" error in NetBeans editor, when source/binary format is set to JDK 9 (or later) in NetBeans project (issue #13)

flatlaf.jar is no longer a multi-release jar
This commit is contained in:
Karl Tauber
2019-11-28 19:04:42 +01:00
parent f3f8c81518
commit d5c9bcddc8
2 changed files with 5 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ FlatLaf Change Log
- Fixed selection background of checkbox in table cell.
- Fixed color of links in HTML text.
- Fixed jittery submenu rendering on Mac. (issue #10)
- Fixed "cannot find symbol" error in NetBeans editor, when source/binary format
is set to JDK 9 (or later) in NetBeans project. (issue #13)
- Button: Make button square if button text is "..." or a single character.
- ComboBox: Fixed issues with NetBeans `org.openide.awt.ColorComboBox`
component.