On Fri, 18 Feb 2022 04:59:27 GMT, Prasanta Sadhukhan <psadhuk...@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