1.6.2
Note: There is a regression in this release that may display text in non-editable combo boxes in bold. (issue #423)
Please wait for FlatLaf 1.6.3 before updating...
Change log
Fixed bugs
- ComboBox (not editable): Fixed background painted outside of border if round
edges are enabled (client propertyJComponent.roundRect
istrue
). (similar
to issue #382; regression since fixing #330 in FlatLaf 1.4) - ComboBox: Fixed
NullPointerException
, which may occur under special
circumstances. (issue #408) - Table: Do not select text in cell editor when it gets focus (when
JTable.surrendersFocusOnKeystroke
istrue
) and
TextComponent.selectAllOnFocusPolicy
isonce
(the default) oralways
.
(issue #395) - Linux: Fixed NPE when using
java.awt.TrayIcon
. (issue #405) - FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled
Windows icons). Java 17 64-bit is not affected. (issue #403) - Native window decorations: Fixed layout loop, which may occur under special
circumstances and slows down the application. (issue #420)