jdk/test/javax/swing/JComboBox/8015300/Test8015300.java
changeset 47131 3c5b1a40f573
parent 40128 e635645d2a8a
child 47159 8261a0f79e90
equal deleted inserted replaced
47130:7dc75503383a 47131:3c5b1a40f573
    37 
    37 
    38 /*
    38 /*
    39  * @test
    39  * @test
    40  * @key headful
    40  * @key headful
    41  * @bug 8015300
    41  * @bug 8015300
       
    42  * @requires (os.family == "windows")
    42  * @summary Tests that editable combobox selects all text.
    43  * @summary Tests that editable combobox selects all text.
    43  * @author Sergey Malenkov
    44  * @author Sergey Malenkov
    44  * @library ../../../../lib/testlibrary/
    45  * @library ../../../../lib/testlibrary/
    45  * @modules java.desktop/com.sun.java.swing.plaf.windows
    46  * @modules java.desktop/com.sun.java.swing.plaf.windows
    46  * @build ExtendedRobot
    47  * @build ExtendedRobot