On Wed, 13 Sep 2023 14:42:59 GMT, Alexey Ivanov <[email protected]> wrote:
> The manual test frame does not provide any layout managers for test windows, > the user has to implement one. This demonstrates how to position a several > test UI windows. > > We may include some implementations into the manual test framework in the > future. > > **This PR is not meant to be integrated.** It just demonstrates the feature > of adding multiple test windows to `PassFailJFrame` which is reviewed in > #15665. > > To play around, you can checkout the PR branch using the commands that bots > add. > > Path to the tests: `test/jdk/java/awt/Window/8294156`. > > Alternatively, you can checkout directly from my fork: > > > git fetch https://github.com/aivanov-jdk/jdk.git > demo-manyTestWindows:demo-manyTestWindows > git checkout demo-manyTestWindows > > > To update your local branch, use: > > git checkout demo-manyTestWindows > git pull https://github.com/aivanov-jdk/jdk.git demo-manyTestWindows This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/15721
