<AWT Dev> RFR: 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI) [v4]
Sergey Bylokhov
serb at openjdk.java.net
Tue Nov 10 18:44:00 UTC 2020
On Tue, 10 Nov 2020 09:33:22 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 12 commits:
>>
>> - Update WindowSizeDifferentScreens.java
>> - Update ListMultipleSelectTest.java
>> - syncBounds code reformat
>> - javadoc fix for SunGraphicsEnvironment#toDeviceSpace
>> - Merge branch 'master' into JDK-8211999
>> - Apply suggestions from code review
>>
>> Co-authored-by: Aleksei Ivanov <70774172+aivanov-jdk at users.noreply.github.com>
>> - Merge branch 'master' into JDK-8211999
>> - Update FullscreenWindowProps.java
>> - Merge branch 'master' into JDK-8211999
>> - Fix fullscreen in HiDPI mode
>> - ... and 2 more: https://git.openjdk.java.net/jdk/compare/1a5e6c98...636b7cc4
>
> src/java.desktop/share/classes/sun/java2d/SunGraphicsEnvironment.java line 357:
>
>> 355: * @param config the graphics configuration which bounds are requested
>> 356: * @return the bounds of the area covered by this
>> 357: * {@code GraphicsConfiguration} in device space(pixels).
>
> Suggestion:
>
> * {@code GraphicsConfiguration} in device space (pixels).
> If changed here, all other similar places should be updated too to keep doc comments consistent.
I'll fix it and also merge the master, then update the PR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/375
More information about the awt-dev
mailing list