jdk/test/java/awt/TrayIcon/ActionCommand/ActionCommand.java
changeset 36511 9d0388c6b336
parent 34788 176e7a6529d4
child 42338 a60f280f803c
equal deleted inserted replaced
36510:043f1af70518 36511:9d0388c6b336
    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  * @library ../../../../lib/testlibrary ../
    33  * @library ../../../../lib/testlibrary ../
       
    34  * @library /java/awt/patchlib
       
    35  * @build java.desktop/java.awt.Helper
    34  * @build ExtendedRobot SystemTrayIconHelper
    36  * @build ExtendedRobot SystemTrayIconHelper
    35  * @run main ActionCommand
    37  * @run main ActionCommand
    36  */
    38  */
    37 
    39 
    38 public class ActionCommand {
    40 public class ActionCommand {