JDK-8325762 : Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-13
  • Updated: 2024-10-21
  • Resolved: 2024-02-28
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 8
11.0.26-oracleFixed 17.0.14-oracleFixed 21.0.6-oracleFixed 23 b12Fixed 8u441Fixed
Related Reports
Blocks :  
Description
The test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java test displays only Print button as its test UI. It can be embedded into the instruction frame using the new PassFailJFrame.Builder.splitUI() method which allows displaying test UI in a split pane.

It depends on JDK-8294148 which adds this feature to PassFailJFrame.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2975 Date: 2024-10-18 10:22:34 +0000
18-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1065 Date: 2024-10-18 10:22:29 +0000
18-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. Test works up to the point the printer is needed.
18-10-2024

Changeset: 41242cbe Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2024-02-28 14:42:03 +0000 URL: https://git.openjdk.org/jdk/commit/41242cbe5d01fc6e19859626dd08f6191e7486fb
28-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17847 Date: 2024-02-14 13:57:41 +0000
14-02-2024