RFR: 8316285: Opensource JButton manual tests
Tejesh R
tr at openjdk.org
Wed Sep 20 05:51:41 UTC 2023
On Wed, 20 Sep 2023 05:29:30 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;
Can remove `static Robot` since local is created. (Applicable to other test)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15835#discussion_r1331030643
More information about the client-libs-dev
mailing list