Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible

2020-12-24 Thread Prasanta Sadhukhan
On Thu, 24 Dec 2020 18:08:57 GMT, Phil Race wrote: >> Please review a fix for jdk16. >> On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the >> selected JTabbedPane tab title text is just a light gray outline of white >> text on a white background. The macOS 11 design

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible [v2]

2020-12-24 Thread Prasanta Sadhukhan
> Please review a fix for jdk16. > On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the > selected JTabbedPane tab title text is just a light gray outline of white > text on a white background. The macOS 11 design inverted from dark background > / light text to light

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible

2020-12-24 Thread Alan Snyder
What alternative are you proposing? I don’t believe there is any option that is guaranteed not to require changing for some future release of macOS without some new API from Apple, e.g. “selectedTabTextColor”. > On Dec 24, 2020, at 9:39 AM, Phil Race wrote: > > On Wed, 23 Dec 2020 10:41:04

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible

2020-12-24 Thread Phil Race
On Wed, 23 Dec 2020 10:41:04 GMT, Prasanta Sadhukhan wrote: > Please review a fix for jdk16. > On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the > selected JTabbedPane tab title text is just a light gray outline of white > text on a white background. The macOS 11

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible

2020-12-24 Thread Phil Race
On Wed, 23 Dec 2020 10:41:04 GMT, Prasanta Sadhukhan wrote: > Please review a fix for jdk16. > On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the > selected JTabbedPane tab title text is just a light gray outline of white > text on a white background. The macOS 11

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible [v2]

2020-12-24 Thread Prasanta Sadhukhan
On Thu, 24 Dec 2020 17:35:56 GMT, Phil Race wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Check for BigSur and above > > src/java.desktop/macosx/classes/com/apple/laf/AquaLookAndFeel.java line 873: > >>

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible [v2]

2020-12-24 Thread Phil Race
On Thu, 24 Dec 2020 18:36:12 GMT, Prasanta Sadhukhan wrote: >> Please review a fix for jdk16. >> On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the >> selected JTabbedPane tab title text is just a light gray outline of white >> text on a white background. The macOS 11

[jdk16] Integrated: 8251377: [macos11] JTabbedPane selected tab text is barely legible

2020-12-24 Thread Prasanta Sadhukhan
On Wed, 23 Dec 2020 10:41:04 GMT, Prasanta Sadhukhan wrote: > Please review a fix for jdk16. > On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the > selected JTabbedPane tab title text is just a light gray outline of white > text on a white background. The macOS 11

Re: [jdk16] RFR: 8251377: [macos11] JTabbedPane selected tab text is barely legible [v2]

2020-12-24 Thread Sergey Bylokhov
On Thu, 24 Dec 2020 18:36:12 GMT, Prasanta Sadhukhan wrote: >> Please review a fix for jdk16. >> On macOS 11 (bigsur), using the Swing Aqua Look and Feel, the text of the >> selected JTabbedPane tab title text is just a light gray outline of white >> text on a white background. The macOS 11