On Thu, 2 May 2024 14:46:24 GMT, Abhishek Kumar <[email protected]> wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java >> line 128: >> >>> 126: private Color selectColor; >>> 127: // Background color for unselected tabs >>> 128: private Color unselectedBackground; >> >> Can u recheck `unselectedBackground` purpose once again? > > `unselectedBackground` color is used to render the unselected tabs. What else > you want me to check? I don't see the rendering code in `installDefaults()`, can you recheck that. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1587808509
