RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v7]
Abhishek Kumar
abhiscxk at openjdk.org
Fri Apr 5 05:32:10 UTC 2024
On Thu, 4 Apr 2024 17:10:45 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comment update
>
> src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java line 1026:
>
>> 1024: "TabbedPane.selected", tabbedPaneBg,
>> 1025: "TabbedPane.contentOpaque", Boolean.TRUE,
>> 1026: "TabbedPane.contentAreaColor", tabbedPaneBg,
>
> `TabbedPane.contentOpaque` and `TabbedPane.tabsOpaque` seems to go hand-in-hand and there's another issue for it https://bugs.openjdk.org/browse/JDK-6462396 so if we are supporting one and not other, it may not have desired effect..
Do you mean we should handle `TabbedPane.tabsOpaque` property as well along with `TabbedPane.contentOpaque` ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1552946309
More information about the client-libs-dev
mailing list