Integrated: 5108458: JTable does not properly layout its content
Tejesh R
tr at openjdk.org
Mon Dec 4 07:33:00 UTC 2023
On Thu, 26 Oct 2023 10:14:41 GMT, Tejesh R <tr at openjdk.org> 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 <tr at openjdk.org>
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
More information about the client-libs-dev
mailing list