Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-11-23 Thread Alexey Ivanov
On Wed, 13 Sep 2023 18:50:54 GMT, Alexey Ivanov 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 tes

Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-09-27 Thread Alexey Ivanov
On Thu, 14 Sep 2023 14:53:08 GMT, Alexey Ivanov wrote: >> test/jdk/java/awt/Window/8294156/manyWindows/TwoWindowColumnsH.java line 96: >> >>> 94: private static final int COLUMNS = 3; >>> 95: >>> 96: public static void positionTestUI(List windows, >> >> When I thought about adding more

Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-09-14 Thread Alexey Ivanov
On Wed, 13 Sep 2023 21:17:46 GMT, Alexander Zvegintsev wrote: >> Alexey Ivanov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8294156: Additional layouts for vertically positioned test windows > > test/jdk/java/awt/Window/8294156/manyW

Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-09-13 Thread Alexander Zvegintsev
On Wed, 13 Sep 2023 18:50:54 GMT, Alexey Ivanov 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 tes

Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-09-13 Thread Alexey Ivanov
On Wed, 13 Sep 2023 18:50:54 GMT, Alexey Ivanov 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 tes

Re: RFR: 8294156: Demo positioning of multiple test windows [v2]

2023-09-13 Thread Alexey Ivanov
> 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 b