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

Abhishek Kumar abhiscxk at openjdk.org
Fri Dec 22 08:24:51 UTC 2023


On Thu, 14 Dec 2023 10:52:29 GMT, Tejesh R <tr at openjdk.org> wrote:

> 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.

Any specific reason behind setting `setColumnSelectionAllowed()` to false in `DefaultTableColumnModel` whereas `setRowSelectionAllowed` is set to true ?

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

PR Comment: https://git.openjdk.org/jdk/pull/17105#issuecomment-1867380198


More information about the client-libs-dev mailing list