On Thu, 2 May 2024 06:05:08 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:

>> JTabbedPane's content area, tab area and tab background color are not as 
>> expected when opaque is set to true or false. 
>> The proposed fix is to handle the TabbedPane's background color in installed 
>> LAFs. Manual test is added to support the fix and there is no regression 
>> caused by the fix. 
>> 
>> Proposed fix is tested in Ubuntu 22.04 and Oracle linux.
>> 
>> CI link is posted in JBS.
>
> 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"

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

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

Reply via email to