On Wed, 29 Nov 2023 09:11:47 GMT, Prasanta Sadhukhan <[email protected]> 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
