RFR: 5108458: JTable does not properly layout its content [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon Nov 20 09:53:41 UTC 2023


On Tue, 7 Nov 2023 04:09:21 GMT, Tejesh R <tr at openjdk.org> wrote:

>> test/jdk/javax/swing/JTable/JTableRightAlignmentTest.java line 64:
>> 
>>> 62: 
>>> 63:     public static void main(String[] args) throws Exception {
>>> 64:         UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
>> 
>> Should this test run on all L&F? Since part of the fix occurs in BasicTableUI.
>
> I couldn't find a way to generalize the automatic test for all L&F, though I tested all manually.

Since this PR touches Synth, there should a regression testcase for Synth L&F too..

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1398927997


More information about the client-libs-dev mailing list