OpenJDK / jdk / jdk
changeset 56390:34b6db069d68
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
Reviewed-by: psadhukhan
Contributed-by: jagjot.singh@oracle.com
author | akolarkunnu |
---|---|
date | Wed, 18 Sep 2019 07:18:44 -0700 |
parents | d32a3b1ca84a |
children | d07dea54170b |
files | test/jdk/javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/test/jdk/javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java Mon Sep 09 12:23:22 2019 -0700 +++ b/test/jdk/javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java Wed Sep 18 07:18:44 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,7 +23,7 @@ /* * @test - * @bug 8160986 8174845 8176883 + * @bug 8160986 8174845 8176883 8165828 * @summary Bad rendering of Swing UI controls with Metal L&F on HiDPI display * @run main/manual MetalHiDPIIconsTest */ @@ -50,7 +50,7 @@ + "Verify that icons are painted smoothly for standard Swing UI controls.\n\n" + "If the display does not support HiDPI mode press PASS.\n\n" + "1. Run the SwingSet2 demo on HiDPI Display.\n" - + "2. Select Metal Look and Feel\n" + + "2. Select Java Look and Feel. It is equivalent to Metal Look And Feel\n" + "3. Check that the icons are painted smoothly on Swing UI controls like:\n" + " - JRadioButton\n" + " - JCheckBox\n"