On Wed, 20 Mar 2024 18:01:51 GMT, Alisen Chung <ach...@openjdk.org> wrote:
>> Removing applet usage from manual JColorChooser tests > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > text block instructions test/jdk/javax/swing/JColorChooser/Test4887836.java line 60: > 58: > 59: // NON-NLS: property and font names > 60: UIManager.put("Label.font", new Font("Perpetua", 0, 36)); Sorry, not related to the applet conversion but Perpetua ?? Pointless. Won't exist. Change it to Font.DIALOG. I think you should also remove the comment line. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18316#discussion_r1534780051