test/jdk/java/awt/Paint/PaintNativeOnUpdate.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
child 52739 7199c4da1a6f
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    34  * @key headful
    34  * @key headful
    35  * @bug 7157680
    35  * @bug 7157680
    36  * @library ../../../lib/testlibrary
    36  * @library ../../../lib/testlibrary
    37  * @build ExtendedRobot
    37  * @build ExtendedRobot
    38  * @author Sergey Bylokhov
    38  * @author Sergey Bylokhov
    39  @ @run main PaintNativeOnUpdate
    39  * @run main PaintNativeOnUpdate
    40  */
    40  */
    41 public final class PaintNativeOnUpdate extends Label {
    41 public final class PaintNativeOnUpdate extends Label {
    42 
    42 
    43     private boolean fullUpdate = true;
    43     private boolean fullUpdate = true;
    44 
    44