Extras: FlatSVGUtils.createWindowIconImages(): return multi-resolution image only on Windows because Java implementations for macOS and Linux do not support multi-resolution images for window title icons

(issue #323)
This commit is contained in:
Karl Tauber
2021-05-14 17:33:40 +02:00
parent 29e1dc6b55
commit 8998371cae
2 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ FlatLaf Change Log
and prettified class names (dimmed package name).
- Extras: `FlatSVGUtils.createWindowIconImages()` now returns a single
multi-resolution image that creates requested image sizes on demand from SVG
(Java 9+).
(only on Windows with Java 9+).
#### Fixed bugs