RFR: 8279614: The left line of the TitledBorder is not painted on 150 scale factor [v25]

Alexey Ivanov aivanov at openjdk.java.net
Fri Jun 10 19:58:12 UTC 2022


On Wed, 8 Jun 2022 22:25:12 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Changed the drawing area to be increased by 0.5 on the left side to prevent clipping
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed rendering hints, changed condition to reapply old transform

src/java.desktop/share/classes/javax/swing/border/EtchedBorder.java line 33:

> 31: import java.awt.Color;
> 32: import java.awt.Component;
> 33: import java.awt.RenderingHints;

RenderingHints aren't used, to be removed.

-------------

PR: https://git.openjdk.org/jdk/pull/7449



More information about the client-libs-dev mailing list