test/jdk/java/awt/print/PrinterJob/DeviceScale.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test 1.2 02/05/15
    24 /* @test 1.2 02/05/15
    25    @bug 4810363 4924441
    25    @bug 4810363 4924441
       
    26    @key printer
    26    @run main DeviceScale
    27    @run main DeviceScale
    27    @summary check the peek scale is the same as the device scale, and that the
    28    @summary check the peek scale is the same as the device scale, and that the
    28    clips are also the same
    29    clips are also the same
    29 */
    30 */
    30 import java.io.*;
    31 import java.io.*;