test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java
changeset 49090 82c1fe23c469
parent 47216 71c04702a3d5
equal deleted inserted replaced
49089:149647adb633 49090:82c1fe23c469
    23 
    23 
    24 import java.awt.*;
    24 import java.awt.*;
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
       
    28  * @key headful
    28  * @summary Check the getSystemTray method of the SystemTray. Checks if
    29  * @summary Check the getSystemTray method of the SystemTray. Checks if
    29  *          a proper instance is returned in supported platforms and a proper
    30  *          a proper instance is returned in supported platforms and a proper
    30  *          exception is thrown in unsupported platforms
    31  *          exception is thrown in unsupported platforms
    31  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    32  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    32  * @run main/othervm -DSystemTraySupport=TRUE SystemTrayInstanceTest
    33  * @run main/othervm -DSystemTraySupport=TRUE SystemTrayInstanceTest