Merge PR #341: Styling individual components

This commit is contained in:
Karl Tauber
2021-09-15 20:00:06 +02:00
120 changed files with 7300 additions and 561 deletions

View File

@@ -3,6 +3,11 @@ FlatLaf Change Log
## 2.0-SNAPSHOT
#### New features and improvements
- Styling components using string in CSS syntax or `java.util.Map`. (PR #341)\
For example: `mySlider.putClientProperty( "FlatLaf.style", "trackWidth: 2" );`
#### Fixed bugs
- Tree: Fixed editing cell issue with custom cell renderer and cell editor that