On Thu, 20 Mar 2025 07:59:49 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> JTable.selectAll doesn't do anything if there are no rows or no columns. >> But it should still select all columns if there are no rows and the other >> way round. >> It is seen that isColumnSelected() will return false for all columns after >> calling selectAll() if there happened to be no rows. >> >> Fix is made to select all columns even if there are no rows and similarly >> for rows if there are no columns. > > Prasanta Sadhukhan has updated the pull request incrementally with one > additional commit since the last revision: > > Merge condition test/jdk/javax/swing/JTable/TestTableSelectAll.java line 27: > 25: * @test > 26: * @bug 4466930 > 27: * @key headful Does it require headful tag ? I ran without headful tag and test still passed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2005017286