On Fri, 15 Jan 2021 07:59:24 GMT, K Suman Rajkumaar <github.com+70650887+skoda...@openjdk.org> wrote:
> Dear All, > > Hi All, Could you please review this fix for JDK17? > > Problem Description: The test > open/test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java is applet based. > > Fix: Rewritten the above applet based test as a regular java test. > > Best Regards, > K Suman Rajkumaar test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java line 50: > 48: * @bug 8032667 > 49: * @summary [macosx] Components cannot be rendered in HiDPI to > BufferedImage > 50: * @run main bug8032667 I suggest do not convert manual tests from the applet to the regular tests, until we will not find a way to unify them, in a similar way as it was for "applet/manual=yesno". Otherwise, all our manual tests will look differently, since different people will make the UI differently. ------------- PR: https://git.openjdk.java.net/jdk/pull/2094