-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
Where should be a method which allows to load an image with resolution variants.
It is better handled by supplying a parameter when you create/get the image, such as:
Toolkit.createImage(URL, double... scales)
or
ImageVariantSchema myschema = new IVS(list of scales and suffixes);
Toolkit.createImage(URL, myschema);
It is better handled by supplying a parameter when you create/get the image, such as:
Toolkit.createImage(URL, double... scales)
or
ImageVariantSchema myschema = new IVS(list of scales and suffixes);
Toolkit.createImage(URL, myschema);
- relates to
-
JDK-8166566 Improper toolkit resolution variant scale should be properly handled
-
- Open
-