Integrated: 8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F

Abhishek Kumar abhiscxk at openjdk.org
Tue May 21 05:34:11 UTC 2024


On Thu, 8 Feb 2024 05:17:02 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> JLabel text is not painted with the LAF defined foreground color in GTK LAF. In GTK LAF the foreground color is retrieved by using native system APIs. Fix is to return the foreground color if it is set by LAF defined property otherwise return the default color by calling native APIs.
> Applet based test has been converted to automatic test and check for all installed LAFs. CI testing is green for test suite and individual test. Link attached in JBS.

This pull request has now been integrated.

Changeset: fb45bab8
Author:    Abhishek Kumar <abhiscxk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fb45bab8e15d7dc59fe801922d768d377d3f44cd
Stats:     126 lines in 3 files changed: 124 ins; 1 del; 1 mod

8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F
8298153: Colored text is not shown on disabled checkbox and radio button with GTK LAF for bug4314194

Reviewed-by: tr, psadhukhan

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

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


More information about the client-libs-dev mailing list