On Thu, 4 Apr 2024 17:10:45 GMT, Prasanta Sadhukhan <[email protected]> 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
