On Mon, 21 Feb 2022 05:27:33 GMT, Tejesh R <[email protected]> wrote:
>> test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java line 67:
>>
>>> 65: createAndShowGUI();
>>> 66: } catch (Exception e) {
>>> 67: e.printStackTrace();
>>
>> I guess any exception in creating GUI should exit the test with proper
>> exception so need to catch.
>
> Updated.
No need to catch and rethrow..You can remove the try-catch block.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7422
