> On macOS 11 (bigsur) beta, 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 background / dark text, > Proposed fix is to use dark color in light background so I used lightGray > instead of "white" which is being used now, if we are on BigSur.
Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: Use apple UI Element color ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/1182/files - new: https://git.openjdk.java.net/jdk/pull/1182/files/c1cd3df5..f06c1d70 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1182&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1182&range=00-01 Stats: 11 lines in 4 files changed: 7 ins; 2 del; 2 mod Patch: https://git.openjdk.java.net/jdk/pull/1182.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1182/head:pull/1182 PR: https://git.openjdk.java.net/jdk/pull/1182