jdk/test/javax/swing/JComboBox/8015300/Test8015300.java
changeset 31448 1066345d2a8a
parent 31442 5f0b1f795848
child 40128 e635645d2a8a
equal deleted inserted replaced
31447:a5d56b872e3a 31448:1066345d2a8a
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, 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.
    39  * @test
    39  * @test
    40  * @bug 8015300
    40  * @bug 8015300
    41  * @summary Tests that editable combobox select all text
    41  * @summary Tests that editable combobox select all text
    42  * @author Sergey Malenkov
    42  * @author Sergey Malenkov
    43  * @library ../../../../lib/testlibrary/
    43  * @library ../../../../lib/testlibrary/
       
    44  * @modules java.desktop/com.sun.java.swing.plaf.windows
    44  * @build ExtendedRobot
    45  * @build ExtendedRobot
    45  * @run main Test8015300
    46  * @run main Test8015300
    46  */
    47  */
    47 
    48 
    48 public class Test8015300 {
    49 public class Test8015300 {