TabbedPane: support rounded underline selection and rounded card tabs

This commit is contained in:
Karl Tauber
2023-07-31 13:36:18 +02:00
parent dfe4404a17
commit f1351a2093
14 changed files with 183 additions and 47 deletions

View File

@@ -5,6 +5,7 @@ FlatLaf Change Log
#### New features and improvements
- TabbedPane: Support rounded underline selection and rounded card tabs.
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
rendering and uses less memory compared to svgSalamander. (PR #684)