On Thu, 8 Sep 2022 21:07:49 GMT, Harshitha Onkar <hon...@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