Integrated: 8236907: JTable added to nested panels does not paint last visible row
Tejesh R
duke at openjdk.java.net
Fri Mar 4 22:54:16 UTC 2022
On Thu, 10 Feb 2022 09:49:41 GMT, Tejesh R <duke at 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.
This pull request has now been integrated.
Changeset: bae0d5e7
Author: TejeshR13 <tejesh.r at oracle.com>
Committer: Phil Race <prr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/bae0d5e7174fed8ffa8a30408c3cffa6e4dd3ddc
Stats: 245 lines in 3 files changed: 224 ins; 17 del; 4 mod
8236907: JTable added to nested panels does not paint last visible row
Reviewed-by: psadhukhan, prr
-------------
PR: https://git.openjdk.java.net/jdk/pull/7422
More information about the client-libs-dev
mailing list