RFR: 8340015: Open source several AWT focus tests - series 7 [v2]
Harshitha Onkar
honkar at openjdk.org
Wed Sep 18 01:08:06 UTC 2024
On Tue, 17 Sep 2024 04:06:52 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Opensource few AWT focus tests
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>
> MToolkit removed
test/jdk/java/awt/Focus/MinimizeNonfocusableWindowTest.java line 61:
> 59: .columns(35)
> 60: .testUI(MinimizeNonfocusableWindowTest::createTestUI)
> 61: .build()
Suggestion:
`positionTestUI()` has been recently added to PassFailJFrame https://github.com/openjdk/jdk/pull/21023
Since this test has multiple test UIs you can try the new option to position them if it doesn't require much re-work.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21008#discussion_r1764255844
More information about the client-libs-dev
mailing list