<Swing Dev> RFR: 8058704: Nimbus does not honor JTextPane background color [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon Aug 2 05:00:18 UTC 2021
> The Nimbus look and feel ignores the configured background color of a JTextPane and always uses white.
> Every other look and feel tested (Metal, Motif, and Windows) correctly honors the configured background color of a JTextPane.
> Issue seems to be in the hardcoded background color in nimbus skin which is rectified via the fix.
> After this fix, the background color is correctly updated to whatever is being set via JTextPane.setBackground().
>
> CI all test run is green.
Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision:
- Fix
- JEditorpane background color fix
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4930/files
- new: https://git.openjdk.java.net/jdk/pull/4930/files/920f71dc..ccde17d7
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4930&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4930&range=00-01
Stats: 116 lines in 3 files changed: 97 ins; 8 del; 11 mod
Patch: https://git.openjdk.java.net/jdk/pull/4930.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4930/head:pull/4930
PR: https://git.openjdk.java.net/jdk/pull/4930
More information about the swing-dev
mailing list