On Thu, 14 Mar 2024 23:02:58 GMT, Alisen Chung <ach...@openjdk.org> wrote:
> Removing applet usage from manual JColorChooser tests test/jdk/javax/swing/JColorChooser/Test4887836.java line 57: > 55: private static JColorChooser createColorChooser() { > 56: JColorChooser chooser = new JColorChooser(Color.LIGHT_GRAY); > 57: UIManager.put("Label.font", new Font("Perpetua", 0, 36)); // > NON-NLS: property and font names Can add comment above. Suggestion: // NON-NLS: property and font names UIManager.put("Label.font", new Font("Perpetua", 0, 36)); ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18316#discussion_r1528068244