Demo: show hint popups to guide users to some features of the FlatLaf Demo application; added "Options > Show hints" menu item

This commit is contained in:
Karl Tauber
2020-08-26 23:15:41 +02:00
parent af5a0ec0b7
commit 21d78671d6
8 changed files with 351 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ FlatLaf Change Log
- Added API to register packages or folders where FlatLaf searches for
application specific properties files with custom UI defaults (see
`FlatLaf.registerCustomDefaultsSource(...)` methods).
- Demo: Show hint popups to guide users to some features of the FlatLaf Demo
application.
- Extras: `FlatSVGIcon` now allows specifying `ClassLoader` that is used to load
SVG file. (issue #163)