RFR: 5108458: JTable does not properly layout its content [v8]
Tejesh R
tr at openjdk.org
Wed Nov 29 13:21:19 UTC 2023
On Wed, 29 Nov 2023 09:11:47 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review fix
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java line 582:
>
>> 580: TableColumn aColumn;
>> 581: int columnWidth;
>> 582: boolean ltrFlag = table.getComponentOrientation().isLeftToRight();
>
> Is SynthTableUI change needed? Seems like your test is passing for Nimbus L&F even without this file change
It is required in synth, it will fail without the fix. And I hope it applies for GTK also.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1409270203
More information about the client-libs-dev
mailing list