test/jdk/java/awt/TrayIcon/TrayIconAddTest/TrayIconAddTest.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    25 import java.awt.image.BufferedImage;
    25 import java.awt.image.BufferedImage;
    26 
    26 
    27 
    27 
    28 /*
    28 /*
    29  * @test
    29  * @test
       
    30  * @key headful
    30  * @summary Tests the add method of the SystemTray. Checks if it
    31  * @summary Tests the add method of the SystemTray. Checks if it
    31  *          throws proper exceptions in case of invalid arguments and adds the
    32  *          throws proper exceptions in case of invalid arguments and adds the
    32  *          TrayIcon correctly in case of a proper argument
    33  *          TrayIcon correctly in case of a proper argument
    33  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    34  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    34  * @run main TrayIconAddTest
    35  * @run main TrayIconAddTest