<Swing Dev> RFR: 8058704: Nimbus does not honor JTextPane background color
Alexey Ivanov
aivanov at openjdk.java.net
Fri Jul 30 20:42:31 UTC 2021
On Fri, 30 Jul 2021 19:52:50 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Does the JEditorPane have the same issue?
> https://bugs.openjdk.java.net/browse/JDK-6789980
I noticed when running `ButtonGroupLayoutTraversalTest.java` test in Nimbus LaF that background color for JRadioButton is also ignored. The components change their color as focus is moved, but in Nimbus LaF none of the components changes the background color.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4930
More information about the swing-dev
mailing list