On Mon, 9 May 2022 17:09:10 GMT, Alexey Ivanov <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Test updated
>
> test/jdk/javax/swing/JTable/PrintAllPagesTest.java line 136:
>
>> 134:
>> 135: dialog = new JDialog(f, "Instructions for Table Print Test");
>> 136: dialog.setTitle("textselectionTest");
>
> I guess this line should be removed now. The title for the dialog is provided
> in its constructor.
Why can't this use the new PassFailJFrame ?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8141