RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v12]

Abhishek Kumar abhiscxk at openjdk.org
Thu May 2 14:48:56 UTC 2024


On Thu, 2 May 2024 09:39:26 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Nimbus property name update
>
> 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?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1587771448


More information about the client-libs-dev mailing list