On Mon, 21 Feb 2022 10:03:30 GMT, Tejesh R <d...@openjdk.java.net> 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. > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > 8236907: JTable added to nested panels does not paint last Looks ok. Minor thing is you can replace the javadoc (which is not needed) of the methods with simple comment in the testcase. ------------- Marked as reviewed by psadhukhan (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7422