Merge PR #903: Support for alternate row color in JTree

This commit is contained in:
Karl Tauber
2024-12-08 13:44:58 +01:00
6 changed files with 18 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ FlatLaf Change Log
#### New features and improvements
- Tree: Support for alternate row highlighting. (PR #903)
- Extras: `FlatSVGIcon` color filters now can access painting component to
implement component state based color mappings. (PR #906)