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 11:52:19 UTC 2024
On Wed, 10 Apr 2024 11:23:22 GMT, Tejesh R <tr at openjdk.org> wrote:
>> test/jdk/javax/swing/JTable/JTableScrollPrintTest.java line 45:
>>
>>> 43: * @test
>>> 44: * @key headful
>>> 45: * @bug 8210807 8322140
>>
>> Suggestion:
>>
>> You may update the test with `PassFailJFrame.builder()`.
>>
>> I guess `Graphics2D g2d` object needs to be disposed.
>
> I guess here we don't have to dispose.
Updated test with PassFailJFrame.builder().
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18187#discussion_r1559299656
More information about the client-libs-dev
mailing list