RFR: 8341453: java/awt/a11y/AccessibleJTableTest.java fails in some cases where the test tables are not visible [v4]
duke
duke at openjdk.org
Mon Oct 21 16:17:16 UTC 2024
On Mon, 21 Oct 2024 15:44:54 GMT, Manukumar V S <mvs at openjdk.org> wrote:
>> This issue can be fixed by setting the preferred scrollable viewport size of the two tables using
>> JTable table = new JTable(data, columnNames);
>> + table.setPreferredScrollableViewportSize(table.getPreferredSize());
>> JTable secondTable = new JTable(data, columnNames);
>> + secondTable.setPreferredScrollableViewportSize(secondTable.getPreferredSize());
>>
>> The other changes in imports section are just re-arrangements and expansion of imports.
>>
>> Testing: This is a manual test and it is tested and verified manually in my local system
>> Screenshots of before and after the fix are attached in the bug.
>
> Manukumar V S has updated the pull request incrementally with one additional commit since the last revision:
>
> Review comments fixed : Removed the extra blank line
@manukumarvs
Your change (at version be88842b8425a101c5bedd6353b65d6f47373df3) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21549#issuecomment-2427126300
More information about the client-libs-dev
mailing list