RFR: 8346281: [Windows] RenderScale doesn't update to HiDPI changes [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Nov 7 16:04:20 UTC 2025
On Fri, 7 Nov 2025 15:42:27 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
>> I had exactly the same question, and looked into the implementation.
>> Is it likely the implementation would change and the order be important in the future?
>
> I don't think so. And I would also argue that it would be weird, if not even bad if the order of disposing a `Screen` would matter
Agreed. In this case I don't see how it could ever matter.
I only raised the question because whenever I see an ordinary HashSet being iterated, I always ask myself whether the iteration order matters.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1964#discussion_r2504318897
More information about the openjfx-dev
mailing list