jdk/test/java/awt/Mixing/AWT_Mixing/MixingPanelsResizing.java
changeset 39056 d99e63b6d962
parent 25129 3961e8fcb668
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    31 /**
    31 /**
    32  * AWT/Swing overlapping test for Panel and JPanel behavior during resizing.
    32  * AWT/Swing overlapping test for Panel and JPanel behavior during resizing.
    33  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6786219">JDK-6786219</a> for details
    33  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6786219">JDK-6786219</a> for details
    34  */
    34  */
    35 /*
    35 /*
    36 @test
    36  * @test
    37 @bug 6786219
    37  * @key headful
    38 @summary Issues when resizing the frame after mixing of heavy weight & light weight components
    38  * @bug 6786219
    39 @author sergey.grinev@oracle.com: area=awt.mixing
    39  * @summary Issues when resizing the frame after mixing of heavy weight & light weight components
    40 @library ../../regtesthelpers
    40  * @author sergey.grinev@oracle.com: area=awt.mixing
    41 @build Util
    41  * @library ../../regtesthelpers
    42 @build FrameBorderCounter
    42  * @build Util
    43 @run main MixingPanelsResizing
    43  * @build FrameBorderCounter
       
    44  * @run main MixingPanelsResizing
    44  */
    45  */
    45 public class MixingPanelsResizing {
    46 public class MixingPanelsResizing {
    46 
    47 
    47     static volatile boolean failed = false;
    48     static volatile boolean failed = false;
    48 
    49