On Wed, 14 Apr 2021 20:43:53 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
>> This manual test was written for Metal L&F, so now it is set explicitly. >> Test is also refactored to use JFrame instead of Applet. >> >> The test is not in `ProblemList.txt`. >> It still fails on JDK 1.5 (after removing all syntactic sugar). > > Alexander Zvegintsev has updated the pull request incrementally with one > additional commit since the last revision: > > allow to run it with different L&F test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java line 191: > 189: }; > 190: > 191: b.setOpaque(true); Any reason why this setOpaque was added? I am of the opinion that it should get controlled either by LookAndFeel.installProperty or by component's constructor. ------------- PR: https://git.openjdk.java.net/jdk/pull/3474