RFR: 8054572: [macosx] JComboBox paints the border incorrectly [v7]

Damon Nguyen dnguyen at openjdk.org
Fri Sep 9 23:18:05 UTC 2022


On Thu, 8 Sep 2022 21:07:49 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated copyright date. Added MacOS text to test.
>
> test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java line 74:
> 
>> 72:             frame = new JFrame();
>> 73:             frame.getContentPane().add(panel);
>> 74:             frame.setVisible(true);
> 
> @DamonGuy To avoid flickering of the test frame move `frame.setVisible(true)` after `PassFailJFrame.positionTestWindow()`

Updated. Thanks, will note for the future.

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

PR: https://git.openjdk.org/jdk/pull/9473



More information about the client-libs-dev mailing list