RFR: 8311031: JTable header border vertical lines are not aligned with data grid lines [v9]

Tejesh R tr at openjdk.org
Mon Jul 31 05:02:02 UTC 2023


On Fri, 28 Jul 2023 15:36:27 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fix
>
> test/jdk/javax/swing/JTableHeader/TableHeaderBorderPositionTest.java line 91:
> 
>> 89:         } finally {
>> 90:             g2d.dispose();
>> 91:         }
> 
> I wonder if it's possible to make the table paint its header into the same image, this would simplify the test.

I too had this thought initially, but wasn't comfortable in combining the images. Will try now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14766#discussion_r1278793552



More information about the client-libs-dev mailing list