< prev index next >

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

Print this page

        

*** 39,49 **** * a known background. Repeat this for JWindow, JDialog, JFrame. * Expected Result: If PERPIXEL_TRANSLUCENT translucency type is supported, * the window should appear as specified with the translucency. Only window * background should be translucent, all the controls should be opaque. * @author mrkam ! * @library ../../../../lib/testlibrary * @build Common ExtendedRobot * @run main PerPixelTranslucentGradient * @run main/othervm -Dsun.java2d.uiScale=1.5 PerPixelTranslucentGradient */ --- 39,49 ---- * a known background. Repeat this for JWindow, JDialog, JFrame. * Expected Result: If PERPIXEL_TRANSLUCENT translucency type is supported, * the window should appear as specified with the translucency. Only window * background should be translucent, all the controls should be opaque. * @author mrkam ! * @library ../../../../lib/client * @build Common ExtendedRobot * @run main PerPixelTranslucentGradient * @run main/othervm -Dsun.java2d.uiScale=1.5 PerPixelTranslucentGradient */
< prev index next >