< prev index next >

test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java

Print this page

        

*** 23,32 **** --- 23,33 ---- import java.awt.*; /* * @test + * @bug 8164811 * @key headful * @summary Check if shaped, translucent and per-pixel translucent window is * dragged and resized by mouse correctly. * Test Description: Check if PERPIXEL_TRANSLUCENT, TRANSLUCENT and * PERPIXEL_TRANSPARENT translucency types are supported on the current
*** 46,55 **** --- 47,57 ---- * controls should be equally translucent. * @author mrkam * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main ShapedTranslucentPerPixelTranslucentGradient + * @run main/othervm -Dsun.java2d.uiScale=1.5 ShapedTranslucentPerPixelTranslucentGradient */ public class ShapedTranslucentPerPixelTranslucentGradient extends Common { public static void main(String[] ignored) throws Exception {
< prev index next >