RFR: 8264102: JTable Keyboards Navigation differs with Test Instructions.

Tejesh R tr at openjdk.org
Thu Dec 14 11:08:50 UTC 2023


By default `JTable.setColumnSelectionAllowed()` is set to false in `DefaultTableColumnModel` class and `JTable.setRowSelectionAllowed()` is set to true in `JTable` class. In order to navigate table as per [JDK-4112270](https://bugs.openjdk.org/browse/JDK-4112270), column selection to be made true.

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

Commit messages:
 - fix

Changes: https://git.openjdk.org/jdk/pull/17105/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17105&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8264102
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17105.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17105/head:pull/17105

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


More information about the client-libs-dev mailing list