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

Abhishek Kumar abhiscxk at openjdk.org
Tue Mar 5 04:46:48 UTC 2024


On Tue, 5 Mar 2024 03:04:43 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> What about the enabled state text? WIll that not required to be handled?

If the component is in enabled state and color is set by the user then it needs to handle as well. Since the bug reported was for disabled state, didn't add for enabled as of now.

> Can this be done in a separate method passing in the required Java level property?

Yeah sure. Will check and update.

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

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


More information about the client-libs-dev mailing list