On Thu, 26 Oct 2023 10:14:41 GMT, Tejesh R <[email protected]> wrote:

> Table contents does not follow right-left Orientation when Max width of 
> columns are set. This is due to not considering the offset in `x position` 
> while painting table grid and table cell. The fix handles the offset and 
> adjust the x position for each paint, similar to how header is painted. The 
> fix is applied to both Basic and Synth Look and Feel. 
> The fix is verified for all Look and Feel manually and test verifies on Metal 
> L&F since automatic test cannot be generalized throughout other Look and 
> Feel. 
> CI tested is green for regression check and test check.

This pull request has now been integrated.

Changeset: 0d0a6574
Author:    Tejesh R <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/0d0a657414563a2211bcc3474aa7e4317307f98b
Stats:     214 lines in 2 files changed: 205 ins; 0 del; 9 mod

5108458: JTable does not properly layout its content

Reviewed-by: dnguyen, aivanov, psadhukhan

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

PR: https://git.openjdk.org/jdk/pull/16374

Reply via email to