jdk/test/javax/swing/JTree/8004298/bug8004298.java
changeset 47159 8261a0f79e90
parent 47131 3c5b1a40f573
equal deleted inserted replaced
47158:8e481491fba8 47159:8261a0f79e90
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key headful
    26  * @key headful
    27  * @bug 8004298
    27  * @bug 8004298
    28  * @requires (os.family == "windows")
       
    29  * @summary NPE in WindowsTreeUI.ensureRowsAreVisible
    28  * @summary NPE in WindowsTreeUI.ensureRowsAreVisible
    30  * @author Alexander Scherbatiy
    29  * @author Alexander Scherbatiy
    31  * @library ../../regtesthelpers
    30  * @library ../../regtesthelpers
    32  * @modules java.desktop/com.sun.java.swing.plaf.windows
    31  * @modules java.desktop/com.sun.java.swing.plaf.windows
    33  * @build Util
    32  * @build Util