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 b17Fixed | 8u441Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Support of multiple test UI windows in PassFailJFrame is still evolving. After JDK-8340210, the Builder has a method `positionTestUI` to supply an implementation of PositionWindows interface which should handle the positioning of all test UI windows created. If PositionWindows is not provided, all the test UI windows are left with the default coordinates: 0, 0. If PassFailJFrame called positionTestWindow for the first window, it would allow the test developer to position other windows based on the position of the first one. See https://github.com/openjdk/jdk/pull/21029#discussion_r1763744407
|