RFR: 8340365: Position the first window of a window list

Alexey Ivanov aivanov at openjdk.org
Wed Sep 18 20:28:01 UTC 2024


On Wed, 18 Sep 2024 19:42:08 GMT, Phil Race <prr at openjdk.org> wrote:

> > With the proposed change in this pull request, the implementation would use ComponentListener.componentMoved:
> 
> you mean the implementation of the test ? Perhaps adding the required pattern in the examples would be a good idea.

@prrace Yes, I referred to the implementation of the `LotsOfMenuItemsTest.java` test.

This is more of a workaround until we add better layout options. Yet it looks simple and works well. It still requires the test developer to save references to frames.

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

PR Comment: https://git.openjdk.org/jdk/pull/21057#issuecomment-2359320527


More information about the client-libs-dev mailing list