RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v12]
Tejesh R
tr at openjdk.org
Thu May 2 09:41:55 UTC 2024
On Thu, 2 May 2024 06:40:20 GMT, Abhishek Kumar <abhiscxk at 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:
>
> 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?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1587348466
More information about the client-libs-dev
mailing list