JDK-8297449 : Update JInternalFrame Metal Border code
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-11-22
  • Updated: 2024-04-19
  • Resolved: 2022-12-01
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 20
11.0.24-oracleFixed 17.0.12-oracleFixed 20 b27Fixed
Related Reports
Relates :  
Description
Following  are the updates to be made to  JInternalFrame Metal Border code.

- Add instanceOf check to Graphics object
- Replace roundHalfDown with Region.clipRound()
Comments
Fix request [11u] I backport this for parity with 11.0.24-oracle. small change. javax/swing/JInternalFrame/* tests pass. SAP nightly testing passed.
19-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2667 Date: 2024-04-16 07:25:02 +0000
16-04-2024

Fix request [17u] I backport this as follow up of 8015739. Risk limited to swing, acceptable. Clean backport. javax/swing/JInternalFrame/* tests pass. SAP nightly testing passed.
21-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/2312 Date: 2024-03-19 20:43:47 +0000
19-03-2024

Changeset: 09629570 Author: Harshitha Onkar <honkar@openjdk.org> Date: 2022-12-01 18:57:50 +0000 URL: https://git.openjdk.org/jdk/commit/09629570f5d064dc2a5cd670de8d648156ac3991
01-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11305 Date: 2022-11-23 00:46:57 +0000
23-11-2022