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

Tejesh R duke at openjdk.java.net
Fri Feb 18 11:41:49 UTC 2022


On Fri, 18 Feb 2022 04:59:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Issue in painting last row of JTable due to decrement in `MaxRow `during computation. Differences in `MaxRow `computation between `TablePrintable` and `BasicTableUI `class. The Bug is fixed in both the classes. Test Case added to validate the same.
>
> test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java line 27:
> 
>> 25:  * @key headful
>> 26:  * @bug 8236907
>> 27:  * @summary  Verifies if Jtable last row is visible.
> 
> should be JTable

Ok, will update it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7422



More information about the client-libs-dev mailing list