RFR: 8316106: Open source few swing JInternalFrame and JMenuBar tests

Tejesh R tr at openjdk.org
Fri Sep 15 05:05:39 UTC 2023


On Thu, 14 Sep 2023 08:05:58 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Few closed JInternalFrame and JMenuBar swing tests are open sourced.

test/jdk/javax/swing/JInternalFrame/bug4309079.java line 58:

> 56:         try {
> 57:             Robot robot = new Robot();
> 58:             robot.setAutoDelay(100);

Inconsistent w.r.t other tests (test/jdk/javax/swing/JInternalFrame/bug4732229.java)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15735#discussion_r1326792426


More information about the client-libs-dev mailing list