jdk/test/javax/swing/JComboBox/8072767/bug8072767.java
changeset 40128 e635645d2a8a
parent 30463 06e0b7759125
equal deleted inserted replaced
40127:2720cd366dc2 40128:e635645d2a8a
    35 import javax.swing.JTable;
    35 import javax.swing.JTable;
    36 import javax.swing.SwingUtilities;
    36 import javax.swing.SwingUtilities;
    37 
    37 
    38 /**
    38 /**
    39  * @test
    39  * @test
       
    40  * @key headful
    40  * @bug 8072767
    41  * @bug 8072767
    41  * @author Alexander Scherbatiy
    42  * @author Alexander Scherbatiy
    42  * @summary DefaultCellEditor for comboBox creates ActionEvent with wrong source
    43  * @summary DefaultCellEditor for comboBox creates ActionEvent with wrong source
    43  *          object
    44  *          object
    44  * @run main bug8072767
    45  * @run main bug8072767