jdk/test/java/awt/Frame/MiscUndecorated/UndecoratedInitiallyIconified.java
changeset 39056 d99e63b6d962
parent 26344 68c0e8209883
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 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.
    26 import javax.swing.JFrame;
    26 import javax.swing.JFrame;
    27 import java.awt.EventQueue;
    27 import java.awt.EventQueue;
    28 import java.awt.FlowLayout;
    28 import java.awt.FlowLayout;
    29 /*
    29 /*
    30  * @test
    30  * @test
       
    31  * @key headful
    31  * @bug 4464710 7102299
    32  * @bug 4464710 7102299
    32  * @summary Recurring bug is, an undecorated JFrame cannot be set iconified
    33  * @summary Recurring bug is, an undecorated JFrame cannot be set iconified
    33  *          before setVisible(true)
    34  *          before setVisible(true)
    34  *
    35  *
    35  * @run main UndecoratedInitiallyIconified
    36  * @run main UndecoratedInitiallyIconified