RFR: 8236907: JTable added to nested panels does not paint last visible row [v5]
Tejesh R
duke at openjdk.java.net
Mon Feb 21 10:03:30 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/4deb1dca..94b8a6b0
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7422&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7422&range=03-04
Stats: 79 lines in 1 file changed: 13 ins; 43 del; 23 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