RFR: 8210807: Printing a JTable with a JScrollPane prints table without rows populated [v8]

Tejesh R tr at openjdk.org
Fri Nov 10 11:36:34 UTC 2023


On Fri, 10 Nov 2023 11:09:13 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fix
>
> test/jdk/javax/swing/JTable/JTableScrollPrintTest.java line 78:
> 
>> 76:         TestTable testTable = new TestTable(true);
>> 77:         frame = new JFrame("JTable Print Test");
>> 78:         passFailJFrame = new PassFailJFrame("Test Instructions", INSTRUCTIONS, 5L, 6, 35);
> 
> If you want then you can use builder pattern for configuring PassFailJFrame.

Not required I guess.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16552#discussion_r1389283996


More information about the client-libs-dev mailing list