RFR: 8307080: Open source some more JComboBox jtreg tests

Sergey Bylokhov serb at openjdk.org
Sat Apr 29 02:58:27 UTC 2023


On Fri, 28 Apr 2023 21:25:40 GMT, Phil Race <prr at openjdk.org> wrote:

> Open source another 5 JComboBox tests.

test/jdk/javax/swing/JComboBox/bug5029504.java line 98:

> 96:         robot.delay(2000);
> 97:         Point p = comboBox.getLocationOnScreen();
> 98:         Dimension size = comboBox.getSize();

Note that JComboBox is accessed on non-EDT.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13731#discussion_r1180940546



More information about the client-libs-dev mailing list