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

Abhishek Kumar abhiscxk at openjdk.org
Thu May 2 06:40:21 UTC 2024


On Thu, 2 May 2024 06:20:28 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Instruction and jtreg tag update
>
> src/java.desktop/share/classes/javax/swing/plaf/nimbus/skin.laf line 86:
> 
>> 84:          <matte red="142" green="143" blue="145" alpha="255" hueOffset="0.0" saturationOffset="0.0" brightnessOffset="0.0" alphaOffset="0"/>
>> 85:       </uiColor>
>> 86:       <uiColor name="tabbedPaneContentArea">
> 
> One more thing
> All the above properties are prepended with nimbus except this so I guess it needs to be "nimbusTabbedPaneContentArea"

There are properties without nimbus prepended as well... e.g. textInactiveText, activeCaption etc.
Anyways Updated with the suggested name.

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

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


More information about the client-libs-dev mailing list