test/java/awt/TrayIcon/ActionCommand/ActionCommand.java

Print this page

        

*** 29,39 **** * @summary Check the return value of the getActionCommand method * of the ActionEvent triggered when TrayIcon is double clicked * (single clicked, on Mac) * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @library ../../../../lib/testlibrary ../ ! * @compile/module=java.desktop java/awt/Helper.java * @build ExtendedRobot SystemTrayIconHelper * @run main ActionCommand */ public class ActionCommand { --- 29,40 ---- * @summary Check the return value of the getActionCommand method * of the ActionEvent triggered when TrayIcon is double clicked * (single clicked, on Mac) * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @library ../../../../lib/testlibrary ../ ! * @library /java/awt/patchlib ! * @build java.desktop/java.awt.Helper * @build ExtendedRobot SystemTrayIconHelper * @run main ActionCommand */ public class ActionCommand {