JDK-8367772 : Refactor createUI in PassFailJFrame
  • Type: Bug
  • Component: client-libs
  • Affected Version: 26
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-09-16
  • Updated: 2025-10-24
  • Resolved: 2025-10-13
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 26
26 b20Fixed
Related Reports
Relates :  
Description
JDK-8367348 added a new feature to handle links in the instructions. This required adding a new parameter to createInstructionUIPanel.

If createInstructionUIPanel accepted the builder, there would've been no need to add a new parameter. Therefore, internals of PassFailJFrame should use the builder to keep its configuration options.
Comments
Changeset: d278043d Branch: master Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2025-10-13 12:09:38 +0000 URL: https://git.openjdk.org/jdk/commit/d278043ddba0cd9ec3ddf8b490366965f5831a22
13-10-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/27321 Date: 2025-09-16 19:23:06 +0000
16-09-2025