Integrated: JDK-8290469: Add new positioning options to PassFailJFrame test framework

Harshitha Onkar honkar at openjdk.org
Wed Aug 24 16:27:31 UTC 2022


On Sat, 16 Jul 2022 01:00:43 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

> Additional position setting (TOP_LEFT_CORNER) and a method to obtain bounds of test instruction frame are added to PassFailJFrame to handle positioning of multiple test frames.
> 
> In scenarios where multiple test windows might be present, the test windows might overlap the instruction frame. In order to fix this TOP_LEFT_CORNER position option is added that positions the test instruction frame at top left corner with main test window below it.
> 
> Additionally `getInstructionFrameBounds()` is added to obtain the position and dimensions of test instruction frame.

This pull request has now been integrated.

Changeset: 568be58e
Author:    Harshitha Onkar <honkar at openjdk.org>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/568be58e8521e5e87baca1872ba8cc1941607bb7
Stats:     238 lines in 10 files changed: 133 ins; 50 del; 55 mod

8290469: Add new positioning options to PassFailJFrame test framework

Reviewed-by: prr, aivanov

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

PR: https://git.openjdk.org/jdk/pull/9525



More information about the client-libs-dev mailing list