jdk/test/java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java
changeset 47147 857d25fae728
parent 44130 f3516efccffa
equal deleted inserted replaced
47146:9910fab09c00 47147:857d25fae728
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24  /*
    24  /*
    25  * @test
    25  * @test
       
    26  * @key headful
    26  * @bug 8162959
    27  * @bug 8162959
    27  * @summary Validate output of createMultiResolutionScreenCapture
    28  * @summary Validate output of createMultiResolutionScreenCapture
    28  *          new API which returns MultiResolutionImage.
    29  *          new API which returns MultiResolutionImage.
    29  * @run main/othervm -Dsun.java2d.uiScale=1 ScreenCaptureTest
    30  * @run main/othervm -Dsun.java2d.uiScale=1 ScreenCaptureTest
    30  * @run main/othervm -Dsun.java2d.uiScale=2 ScreenCaptureTest
    31  * @run main/othervm -Dsun.java2d.uiScale=2 ScreenCaptureTest