RFR: 8210807: Printing a JTable with a JScrollPane prints table without rows populated [v8]
Abhishek Kumar
abhiscxk at openjdk.org
Fri Nov 10 11:40:02 UTC 2023
On Fri, 10 Nov 2023 11:33:09 GMT, Tejesh R <tr at openjdk.org> wrote:
>> 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.
Not required really, just a suggestion.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16552#discussion_r1389287905
More information about the client-libs-dev
mailing list