Skip to content

1.6.2

Compare
Choose a tag to compare
@DevCharly DevCharly released this 11 Nov 12:07
· 975 commits to main since this release

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 property JComponent.roundRect is true). (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 is true) and
    TextComponent.selectAllOnFocusPolicy is once (the default) or always.
    (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)