On Fri, 20 Jan 2023 06:41:46 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add test
>
> test/jdk/javax/swing/JComboBox/JComboBoxWithTitledBorderTest.java line 168:
>
>> 166: try {
>> 167: final Rectangle screenBounds = new Rectangle(0, 0,
>> 168: 1280, 720);
>
> Probably better to use Toolkit.getScreenSize() for this
Updated
-------------
PR: https://git.openjdk.org/jdk/pull/12087