On Fri, 22 Dec 2023 08:21:54 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> Any specific reason behind setting `setColumnSelectionAllowed()` to false in > `DefaultTableColumnModel` whereas `setRowSelectionAllowed` is set to true ? Don't know since it was initial load. Only Row selection is enabled in JTable. In this particular test if user wants to check keyboard operations then setting column and row selection has to be true. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17105#issuecomment-1867389936