RFR: 4466930: JTable.selectAll boundary handling [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Mar 19 07:33:10 UTC 2025


On Wed, 19 Mar 2025 07:26:51 GMT, Tejesh R <tr at openjdk.org> wrote:

>> No, as told earlier, selectAll selects all cells...
>> WHere do you see only row selection is enabled? In SwingSet2 JTable, if you do ctrl+A which is equivalent to selectAll, all cells gets selected..
>
> [Here](https://github.com/openjdk/jdk/blob/577ede73d8e916bac9050d3bee80d2f18cc833a7/src/java.desktop/share/classes/javax/swing/JTable.java#L5629)

ok..But selectAll selects all cells as per the spec Spec says "Selects all rows, columns, and cells in the table..

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2002627276


More information about the client-libs-dev mailing list