test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java
changeset 52739 7199c4da1a6f
parent 47831 26ff2d9a753b
equal deleted inserted replaced
52738:4c436aab570a 52739:7199c4da1a6f
    41  * Expected Result: If PERPIXEL_TRANSLUCENT and TRANSLUCENT translucency types
    41  * Expected Result: If PERPIXEL_TRANSLUCENT and TRANSLUCENT translucency types
    42  *      are supported, the window should appear as specified with the translucency.
    42  *      are supported, the window should appear as specified with the translucency.
    43  *      Both window background and all the controls should be translucent but
    43  *      Both window background and all the controls should be translucent but
    44  *      background should have a gradient in translucency while controls - not.
    44  *      background should have a gradient in translucency while controls - not.
    45  * @author mrkam
    45  * @author mrkam
    46  * @library ../../../../lib/testlibrary
    46  * @library /lib/client
    47  * @build Common ExtendedRobot
    47  * @build Common ExtendedRobot
    48  * @run main TranslucentPerPixelTranslucentGradient
    48  * @run main TranslucentPerPixelTranslucentGradient
    49  * @run main/othervm -Dsun.java2d.uiScale=1.5 TranslucentPerPixelTranslucentGradient
    49  * @run main/othervm -Dsun.java2d.uiScale=1.5 TranslucentPerPixelTranslucentGradient
    50  */
    50  */
    51 
    51