RFR: 8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F [v2]
Tejesh R
tr at openjdk.org
Mon Feb 12 04:56:04 UTC 2024
On Fri, 9 Feb 2024 13:19:19 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.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> jtreg tag headful removed
Marked as reviewed by tr (Committer).
Tested and its working as expected.
-------------
PR Review: https://git.openjdk.org/jdk/pull/17763#pullrequestreview-1874544664
PR Comment: https://git.openjdk.org/jdk/pull/17763#issuecomment-1938064155
More information about the client-libs-dev
mailing list