RFR: 8316306: Open source and convert manual Swing test

Harshitha Onkar honkar at openjdk.org
Tue Sep 19 00:35:38 UTC 2023


On Tue, 19 Sep 2023 00:07:33 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

> This is to convert and open source test: javax/swing/JToolBar/4203039/bug4203039.java 
> 
> This manual test now uses PassFailJFrame to handle the display for the instructions text as well as the pass/fail buttons.

test/jdk/javax/swing/JToolBar/bug4203039.java line 55:

> 53:                 .testTimeOut(5)
> 54:                 .rows(10)
> 55:                 .columns(30)

Minor cosmetic change.

Suggestion:

                .columns(35)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15806#discussion_r1329419523


More information about the client-libs-dev mailing list