RFR: JDK-7154070: in SwingSet2, switching between LaFs it's easy to lose JTable dividers [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Feb 2 11:00:44 UTC 2023


> In SwingSet2 in TableDemo, we can see grid dividers in Metal L&F but 
> if we Switch to the Nimbus LaF which has no grid dividers by default and then if we switch to Java (Metal): it will show no dividers.
> 
> Issue is Nimbus call JTable.showGrid(false) in installDefaults but fail to reset in uninstallDefaults which is now rectified.
> 
> No regression test is added as it can be verified by SwingSet2 Tabledemo..

Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:

  Use separate showHorizLines, showVerticalLines

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12385/files
  - new: https://git.openjdk.org/jdk/pull/12385/files/8d625dc8..10fedd4f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12385&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12385&range=00-01

  Stats: 9 lines in 1 file changed: 6 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/12385.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12385/head:pull/12385

PR: https://git.openjdk.org/jdk/pull/12385



More information about the client-libs-dev mailing list