RFR: 8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel [v3]
Tejesh R
tr at openjdk.org
Wed Apr 10 04:43:29 UTC 2024
> Fix suggested in bug [8210807](https://github.com/openjdk/jdk/commit/38bbbe7588c94d3a0edd1c120ba49cbd0851a720) had a regression in Nimbus L&F yet it resolved the issue in other L&F. The better approach would be to handle `MultiResolutionImages `in `PathGraphics` class `getBufferedImage` method and is suggested here. The fix doesn't cause any regression and is verified in CI system. The test javax/swing/JTable/JTableScrollPrintTest.java is verified for all platforms and all L&F (Except in Windows it doesn't work due an issue ([JDK-8322135](https://bugs.openjdk.org/browse/JDK-8322135)) introduced in 22, yet to investigate on it). And also fix [8210807](https://github.com/openjdk/jdk/commit/38bbbe7588c94d3a0edd1c120ba49cbd0851a720) has been reverted, retaining the test.
Tejesh R has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
- Copywrite year updated
- Merge branch 'master' of https://git.openjdk.java.net/jdk into branch_8322140
- Spacing updates
- Updated test with BugID and copyright year
- Fix + Revert 8210807
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18187/files
- new: https://git.openjdk.org/jdk/pull/18187/files/41fcb586..3dfb3120
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18187&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18187&range=01-02
Stats: 388382 lines in 3437 files changed: 33990 ins; 26758 del; 327634 mod
Patch: https://git.openjdk.org/jdk/pull/18187.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18187/head:pull/18187
PR: https://git.openjdk.org/jdk/pull/18187
More information about the client-libs-dev
mailing list