On Tue, 18 Mar 2025 05:55:55 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> > If there are no rows then most probably `selectAll` will select `column > > headers`.. right? > > I don't understand why do we want to select all columns if there are no > > rows or vice-versa ? Does it return any useful details? > > Few changes can be done in the fix and test code (if fix is applicable) > > Spec says "Selects all rows, columns, and cells in the table." so it should > mean we should select all available cells in the "table" and not header, > which is separately handled via JTableHeader.. Ok. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24025#issuecomment-2731855186