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
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
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
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
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
> 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