On Wed, 17 Sep 2025 03:51:49 GMT, Renjith Kannath Pariyangad 
<[email protected]> wrote:

>> Hi Reviewers,
>> 
>> I have updated the insets calculation, similar calculation observed in 
>> **SynthGraphicsUtils.java**. Reused the **SwingUtilities3.java** modified 
>> code
>> 
>> Please review and let me know your suggestions if any.
>
> Renjith Kannath Pariyangad has updated the pull request incrementally with 
> one additional commit since the last revision:
> 
>   Limited numb of char per line

test/jdk/com/sun/java/swing/SwingUtilities3/ApplyInsetsTest.java line 58:

> 56:         SwingUtilities3.applyInsets(rect, insets, false);
> 57:         if (!rect.equals(expected)) {
> 58:             throw new RuntimeException("Right to left test failed: 
> expected " + expected +

here and a few lines above the text is longer than 80 chars per line.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27157#discussion_r2356704821

Reply via email to