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

Abhishek Kumar abhiscxk at openjdk.org
Tue Mar 5 11:08:51 UTC 2024


On Tue, 5 Mar 2024 08:18:38 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Also, the enabled state are still not handled

The enabled state is not handled in Metal LAF also, tried adding the enabledText property by setting ui property --
`UIManager.getDefaults().put("CheckBox.enabledText", checkboxColor);`

but the checkbox/radiobutton is painted with default black color.
Should we handle the change in metal LAF as well?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17763#discussion_r1512641363


More information about the client-libs-dev mailing list