github JFormDesigner/FlatLaf 0.23

latest releases: 3.5.2, 3.5.1, 3.5...
4 years ago

Highlights

This release brings some updated colors in "Flat Light" and "Flat IntelliJ" themes, wide selection in Tree, reduced clutter in selections by hiding focus indicator in List, Tree and Table cells.

New:

image

Old:

image

Change Log

  • Updated colors in "Flat Light" and "Flat IntelliJ" themes with colors from
    "IntelliJ Light Theme", which provides blue coloring that better matches
    platform colors.
  • Tree: Support wide selection (enabled by default).
  • Table: Hide grid and changed intercell spacing to zero.
  • List, Table and Tree: Added colors for drag-and-drop. Added "enable drag and
    drop" checkbox to Demo on "Data Components" tab.
  • List and Tree: Hide cell focus indicator (black rectangle) by default. Can be
    enabled with List.showCellFocusIndicator=true /
    Tree.showCellFocusIndicator=true, but then the cell focus indicator is shown
    only if more than one item is selected.
  • Table: Hide cell focus indicator (black rectangle) by default if none of the
    selected cells is editable. Can be show always with
    Table.showCellFocusIndicator=true.
  • Support basic color functions in .properties files: rgb(red,green,blue),
    rgba(red,green,blue,alpha), hsl(hue,saturation,lightness),
    hsla(hue,saturation,lightness,alpha), lighten(color,amount[,options]) and
    darken(color,amount[,options]).
  • Replaced prefix @@ with $ in .properties files.
  • Fixed link color (in HTML text) and separator color in IntelliJ platform
    themes.
  • Use logging instead of printing errors to System.err.
  • Updated IntelliJ Themes in demo to the latest versions.
  • IntelliJ Themes: Fixed link and separator colors.

Don't miss a new FlatLaf release

NewReleases is sending notifications on new releases.