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

Tejesh R duke at openjdk.java.net
Fri Feb 18 12:36:21 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7422/files
  - new: https://git.openjdk.java.net/jdk/pull/7422/files/e1ded76e..ec19eb78

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7422&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7422&range=00-01

  Stats: 13 lines in 1 file changed: 1 ins; 6 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7422.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7422/head:pull/7422

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



More information about the client-libs-dev mailing list