On Tue, 10 Aug 2021 09:41:11 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> 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 one > additional commit since the last revision: > > Update test Marked as reviewed by aivanov (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/4930