RFR: 8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF [v2]
Damon Nguyen
dnguyen at openjdk.org
Fri Jan 20 22:45:33 UTC 2023
On Fri, 20 Jan 2023 06:41:46 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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
More information about the client-libs-dev
mailing list