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

Print this page

        

@@ -29,11 +29,12 @@
  * @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
+ * @library /java/awt/patchlib
+ * @build java.desktop/java.awt.Helper
  * @build ExtendedRobot SystemTrayIconHelper
  * @run main ActionCommand
  */
 
 public class ActionCommand {