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

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu May 2 07:04:55 UTC 2024


On Thu, 2 May 2024 06:34:52 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> 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.

ok..In that case, this property should have been put after those and not in between nimbus prepended properties...
It's upto you to keep this or revert and move to appropriate location..

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

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


More information about the client-libs-dev mailing list