jdk/test/java/awt/TrayIcon/ActionCommand/ActionCommand.java
changeset 42338 a60f280f803c
parent 36511 9d0388c6b336
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    28  * @test
    28  * @test
    29  * @summary Check the return value of the getActionCommand method
    29  * @summary Check the return value of the getActionCommand method
    30  *          of the ActionEvent triggered when TrayIcon is double clicked
    30  *          of the ActionEvent triggered when TrayIcon is double clicked
    31  *          (single clicked, on Mac)
    31  *          (single clicked, on Mac)
    32  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    32  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
       
    33  * @modules java.desktop/java.awt:open
    33  * @library ../../../../lib/testlibrary ../
    34  * @library ../../../../lib/testlibrary ../
    34  * @library /java/awt/patchlib
    35  * @library /java/awt/patchlib
    35  * @build java.desktop/java.awt.Helper
    36  * @build java.desktop/java.awt.Helper
    36  * @build ExtendedRobot SystemTrayIconHelper
    37  * @build ExtendedRobot SystemTrayIconHelper
    37  * @run main ActionCommand
    38  * @run main ActionCommand