Re: [OpenJDK 2D-Dev] Review request for 8029339 Custom MultiResolution image support on HiDPI displays

2015-07-13 Thread Alan Snyder
I have a concern about how custom multiresolution images are supported based on a problem I ran into using the JDK 8 classes, which are similar. The problem is that the selection of a variant image happens during painting. That is a very bad time to actually try to render an image, if one is in

Re: [OpenJDK 2D-Dev] Review request for 8029339 Custom MultiResolution image support on HiDPI displays

2015-07-13 Thread Jim Graham
Hi Alexandr, Sorry that this fell into the cracks. Here are some fairly minor updates: AbstractMRI - getGraphics() should include "getGraphics() not supported on Multi-Resolution Images" as the exception description text. AbstractMRI - getBaseImage() should have doc comments: /** * Return t