On Fri, 10 Nov 2023 11:33:09 GMT, Tejesh R <[email protected]> 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
