RFR: 8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel [v3]
Tejesh R
tr at openjdk.org
Wed Apr 10 09:35:13 UTC 2024
On Wed, 10 Apr 2024 08:57:00 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> Tejesh R has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>>
>> - Copywrite year updated
>> - Merge branch 'master' of https://git.openjdk.java.net/jdk into branch_8322140
>> - Spacing updates
>> - Updated test with BugID and copyright year
>> - Fix + Revert 8210807
>
> src/java.desktop/share/classes/sun/print/PathGraphics.java line 1155:
>
>> 1153: resolutionImage.getHeight(null),
>> 1154: BufferedImage.TYPE_INT_ARGB);
>> 1155: Graphics2D g2d = bufferedImage.createGraphics();
>
> Should we dispose the Graphics2D obj ?
I'm not sure whether we have to dispose it here at this context.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18187#discussion_r1559141725
More information about the client-libs-dev
mailing list