RFR: 8236907: JTable added to nested panels does not paint last visible row [v2]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Mon Feb 21 05:54:22 UTC 2022


On Mon, 21 Feb 2022 05:27:33 GMT, Tejesh R <duke at openjdk.java.net> 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



More information about the client-libs-dev mailing list