test/java/awt/TrayIcon/ActionEventMask/ActionEventMask.java

Print this page

        

*** 31,42 **** * (single, on Mac) clicked is visible by an AWTEventListener * added to the Toolkit. It also checks if all listeners are * triggered when multiple AWTEventListeners and ActionListeners * are added. * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @library ../../../../lib/testlibrary ../ ! * @compile/module=java.desktop java/awt/Helper.java * @build ExtendedRobot SystemTrayIconHelper * @run main ActionEventMask */ public class ActionEventMask { --- 31,43 ---- * (single, on Mac) clicked is visible by an AWTEventListener * added to the Toolkit. It also checks if all listeners are * triggered when multiple AWTEventListeners and ActionListeners * are added. * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) + * @library /java/awt/patchlib * @library ../../../../lib/testlibrary ../ ! * @build java.desktop/java.awt.Helper * @build ExtendedRobot SystemTrayIconHelper * @run main ActionEventMask */ public class ActionEventMask {