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:26:09 UTC 2024
On Thu, 4 Apr 2024 17:11:15 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> you have already added...i am asking it it's needed?
ohh yes, i messed up with other file.
> SInce you are introducing those 3 property in NimbusLookANdFeel, is this defines needed in skin.laf?
In NimbusLookAndFeel there is no such property defined. To keep JTabbedPane behavior consistent in Nimbus LAF, properties are added to skin.laf. Else the ContentArea color will be same as `JPanel color when non-opaque and JTabbedPane background color when opaque.`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1552942719
More information about the client-libs-dev
mailing list