<Swing Dev> RFR: 8269951: [macos] Focus not painted in JButton when setBorderPainted(false) is invoked [v4]
Alexander Zuev
kizune at openjdk.java.net
Fri Aug 13 19:17:13 UTC 2021
> Initial implementation and a test case.
>
> The problem is that Aqua LaF shows the focused component with the glow on the border, hence when the border is not painted the foxus is not displayed. The idea is to paint the glowing border on the focused component anyways.
Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
Remove getLookAndFeelDefaults() call
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5082/files
- new: https://git.openjdk.java.net/jdk/pull/5082/files/fefcd37d..df34ab0b
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5082&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5082&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/5082.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5082/head:pull/5082
PR: https://git.openjdk.java.net/jdk/pull/5082
More information about the swing-dev
mailing list