Slider: support per component custom thumb and track colors

This commit is contained in:
Karl Tauber
2021-01-14 13:50:42 +01:00
parent 0dab1b73cc
commit 23e67a2908
6 changed files with 91 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ FlatLaf Change Log
UIManager.put("Button.defaultButtonFollowsFocus",true);`.
- ComboBox, Spinner and SplitPaneDivider: Added pressed feedback to arrow
buttons.
- Slider: Support per component custom thumb and track colors via
`JSlider.setForeground(Color)` and `JSlider.setBackground(Color)`.
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR
#229)
- Extras: UI defaults inspector: