added API to register packages or folders where FlatLaf searches for application specific properties files with custom UI defaults

This commit is contained in:
Karl Tauber
2020-08-26 11:01:41 +02:00
parent a1dab94a61
commit b208017117
7 changed files with 132 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ FlatLaf Change Log
#### New features
- Added API to register packages or folders where FlatLaf searches for
application specific properties files with custom UI defaults (see
`FlatLaf.registerCustomDefaultsSource(...)` methods).
- Extras: `FlatSVGIcon` now allows specifying `ClassLoader` that is used to load
SVG file. (issue #163)