RFR: 8328402: Implement pausing functionality for the PassFailJFrame [v2]

Alexander Zvegintsev azvegint at openjdk.org
Thu Mar 21 11:51:44 UTC 2024


On Thu, 21 Mar 2024 11:16:29 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> I wonder if it's the default focus owner? 

It is(e.g. with `setFocusPainted(true)`):
![image](https://github.com/openjdk/jdk/assets/77687766/b47e9011-c47d-437d-b9b0-0e4ac88a5c6f)

> Should we request focus to Pass instead?

Probably not, to avoid accidentally passing the test, while hitting the pause is harmless.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18368#discussion_r1533741754


More information about the client-libs-dev mailing list