On Thu, 14 Dec 2023 10:52:29 GMT, Tejesh R <t...@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