test/jdk/java/awt/TrayIcon/PropertyChangeListenerTest.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    26 import java.beans.PropertyChangeEvent;
    26 import java.beans.PropertyChangeEvent;
    27 import java.beans.PropertyChangeListener;
    27 import java.beans.PropertyChangeListener;
    28 
    28 
    29 /*
    29 /*
    30  * @test
    30  * @test
       
    31  * @key headful
    31  * @summary Check if custom property change listener added
    32  * @summary Check if custom property change listener added
    32  *          to system tray works correctly
    33  *          to system tray works correctly
    33  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    34  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    34  * @run main PropertyChangeListenerTest
    35  * @run main PropertyChangeListenerTest
    35  */
    36  */