RFR: 8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen [v2]

Tejesh R tr at openjdk.org
Wed Jun 7 04:48:44 UTC 2023


On Wed, 7 Jun 2023 00:56:57 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated fix
>
> test/jdk/java/awt/Window/MultiscreenTransparencyTest.java line 61:
> 
>> 59:         GraphicsDevice[] gds = ge.getScreenDevices();
>> 60: 
>> 61:         if (gds.length != 2) {
> 
> Shouldn't it be `> 1`? 
> To perform the test when 2 or more screens are present.

Updated.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14246#discussion_r1220833388



More information about the client-libs-dev mailing list