Details
-
Type:
Enhancement
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: 9
-
Fix Version/s: tbd
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
Description
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);
Attachments
Issue Links
- relates to
-
JDK-8166566 Improper toolkit resolution variant scale should be properly handled
-
- Open
-