On Fri, 21 Jul 2023 09:45:02 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

>> Tejesh R has updated the pull request incrementally with two additional 
>> commits since the last revision:
>> 
>>  - Copywrite year update
>>  - Review fix
>
> test/jdk/java/awt/Multiscreen/MultiScreenCheckScreenIDTest.java line 113:
> 
>> 111:                     }
>> 112:                 } else if (windowList.get(windowList.size() - 
>> 1).getBounds().
>> 113:                         
>> intersects(screens[1].getDefaultConfiguration().getBounds())) {
> 
> What if user has more than 2 screens?
> It looks like the 3rd and subsequent screens are not tested.

I have made the validation as per number of screens now. I guess this is fine 
to check multiple screens.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14825#discussion_r1270540012

Reply via email to