RFR: 8316285: Opensource JButton manual tests

Tejesh R tr at openjdk.org
Wed Sep 20 04:44:39 UTC 2023


On Wed, 20 Sep 2023 03:25:25 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> Few closed JButton swing manual test converted to automated and open sourced.

test/jdk/javax/swing/JButton/bug4234034.java line 41:

> 39:     static JFrame frame;
> 40:     static JButton button;
> 41:     static Robot robot;

static `robot ` can be removed ( applicable for other test too)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15831#discussion_r1330982339


More information about the client-libs-dev mailing list