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

Tejesh R duke at openjdk.java.net
Mon Feb 21 05:31:31 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/ec19eb78..87f96da5

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

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 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