JDK-8340210 : Add positionTestUI() to PassFailJFrame.Builder
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-16
  • Updated: 2024-10-24
  • Resolved: 2024-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 23 JDK 24 JDK 8
11.0.26-oracleFixed 17.0.14-oracleFixed 21.0.6-oracleFixed 23.0.2Fixed 24 b16Fixed 8u441Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
We are seeing more instances of multiple test UI in manual test. This requires positioning of the test UI w.r.t instruction frame. positionTestUI() provides a way to add the positioning implementation using the builder pattern and using the functional interface - PositionWindows.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1075 Date: 2024-10-22 13:39:33 +0000
22-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2987 Date: 2024-10-22 13:39:50 +0000
22-10-2024

Fix request [17u,21u] I backport this for parity with 17.0.14-oracle,21.0.6-oracle. No risk, only a test change. Clean backport. Verified with test using PassFailJFrame.
22-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk23u/pull/106 Date: 2024-09-19 11:24:12 +0000
19-09-2024

Fix Request for 23u This fix adds a method to PassFailJFrame, manual test framework, which allows positioning multiple test UI windows. Risk: Low Pull request for jdk23u: https://github.com/openjdk/jdk23u/pull/106
19-09-2024

This is the next step towards handling multiple test UI windows gracefully. As discussed in the code review [1][2] as well as in code review [3] for JDK-8294156, an enhancement JDK-8317116 tracks the addition of common test UI window layouts. [1] https://github.com/openjdk/jdk/pull/21023#pullrequestreview-2308800489 [2] https://github.com/openjdk/jdk/pull/21023#issuecomment-2355078684 [3] https://github.com/openjdk/jdk/pull/15665#discussion_r1323491246
18-09-2024

Changeset: f0ae90f3 Branch: master Author: Harshitha Onkar <honkar@openjdk.org> Date: 2024-09-17 20:05:46 +0000 URL: https://git.openjdk.org/jdk/commit/f0ae90f30c346544e87217ef1832d6a350fe1985
17-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21023 Date: 2024-09-16 19:11:59 +0000
16-09-2024