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

Alexey Ivanov aivanov at openjdk.org
Tue Jul 4 12:58:57 UTC 2023


On Tue, 4 Jul 2023 11:47:40 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> > That gap is caused because of alignment miss-match between vertical lines of header border and data grid lines. To be specific the header vertical line is slightly left (around a pixel) than data grid line.
> 
> Is it require to address?

I'd rather say ‘yes’. Since you're trying to improve border rendering, it's better to fix this inconsistency too.

But to get pixel-perfect rendering, you may need to remove the scale transform.

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

PR Comment: https://git.openjdk.org/jdk/pull/14766#issuecomment-1620201488



More information about the client-libs-dev mailing list