test/jdk/java/awt/TrayIcon/ActionEventMask/ActionEventMask.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
child 52739 7199c4da1a6f
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    25 import java.awt.event.*;
    25 import java.awt.event.*;
    26 import java.awt.image.BufferedImage;
    26 import java.awt.image.BufferedImage;
    27 
    27 
    28 /*
    28 /*
    29  * @test
    29  * @test
       
    30  * @key headful
    30  * @summary Check if ActionEvent triggered when a TrayIcon is double
    31  * @summary Check if ActionEvent triggered when a TrayIcon is double
    31  *          (single, on Mac) clicked is visible by an AWTEventListener
    32  *          (single, on Mac) clicked is visible by an AWTEventListener
    32  *          added to the Toolkit. It also checks if all listeners are
    33  *          added to the Toolkit. It also checks if all listeners are
    33  *          triggered when multiple AWTEventListeners and ActionListeners
    34  *          triggered when multiple AWTEventListeners and ActionListeners
    34  *          are added.
    35  *          are added.