< prev index next >

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

Print this page

        

*** 24,34 **** import java.awt.*; /* * @test * @key headful ! * @bug 7043845 * @summary Check if shaped and per-pixel translucent window is dragged and * resized by mouse correctly. * Test Description: Check if PERPIXEL_TRANSLUCENT and PERPIXEL_TRANSPARENT * translucency types are supported on the current platform. Proceed if * they are supported. Create a window with some components in it, make --- 24,34 ---- import java.awt.*; /* * @test * @key headful ! * @bug 7043845 8164811 * @summary Check if shaped and per-pixel translucent window is dragged and * resized by mouse correctly. * Test Description: Check if PERPIXEL_TRANSLUCENT and PERPIXEL_TRANSPARENT * translucency types are supported on the current platform. Proceed if * they are supported. Create a window with some components in it, make
*** 46,55 **** --- 46,56 ---- * controls should be opaque. * @author mrkam * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main ShapedPerPixelTranslucentGradient + * @run main/othervm -Dsun.java2d.uiScale=1.5 ShapedPerPixelTranslucentGradient */ public class ShapedPerPixelTranslucentGradient extends Common { public static void main(String[] ignored) throws Exception {
< prev index next >