RFR: 8328227: Remove applet usage from JColorChooser tests Test4887836 [v3]

Phil Race prr at openjdk.org
Thu Mar 21 22:51:22 UTC 2024


On Wed, 20 Mar 2024 18:01:51 GMT, Alisen Chung <achung at 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


More information about the client-libs-dev mailing list