jdk/test/java/awt/Mixing/AWT_Mixing/HierarchyBoundsListenerMixingTest.java
changeset 39056 d99e63b6d962
parent 25129 3961e8fcb668
child 44776 5fcc7728c117
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 Mixing test for HierarchyBoundsListener ancestors.
    32  * AWT Mixing test for HierarchyBoundsListener ancestors.
    33  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6768230">CR6768230</a> for details.
    33  * <p>See <a href="https://bugs.openjdk.java.net/browse/JDK-6768230">CR6768230</a> for details.
    34  */
    34  */
    35 /*
    35 /*
    36 @test
    36  * @test
    37 @bug 6768230
    37  * @key headful
    38 @summary Mixing test for HierarchyBoundsListener ancestors
    38  * @bug 6768230
    39 @build FrameBorderCounter
    39  * @summary Mixing test for HierarchyBoundsListener ancestors
    40 @run main HierarchyBoundsListenerMixingTest
    40  * @build FrameBorderCounter
       
    41  * @run main HierarchyBoundsListenerMixingTest
    41  */
    42  */
    42 public class HierarchyBoundsListenerMixingTest {
    43 public class HierarchyBoundsListenerMixingTest {
    43 
    44 
    44     protected void prepareControls() {
    45     protected void prepareControls() {
    45         dummy = new Frame();
    46         dummy = new Frame();