test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java
changeset 48519 482ede6c4936
parent 47216 71c04702a3d5
child 49096 eaef201ec301
equal deleted inserted replaced
48518:e2c862ab9601 48519:482ede6c4936
    27 import java.awt.TrayIcon;
    27 import java.awt.TrayIcon;
    28 import java.awt.event.InputEvent;
    28 import java.awt.event.InputEvent;
    29 import java.awt.image.BufferedImage;
    29 import java.awt.image.BufferedImage;
    30 
    30 
    31 /*
    31 /*
    32  * @test 6384991
    32  * @test
       
    33  * @bug 6384991
    33  * @summary Check if ActionEvent is triggered by a TrayIcon when
    34  * @summary Check if ActionEvent is triggered by a TrayIcon when
    34  *          it is double clicked with mouse button 1 on windows
    35  *          it is double clicked with mouse button 1 on windows
    35  *          or single clicked with button 3 on Mac OS X
    36  *          or single clicked with button 3 on Mac OS X
    36  *          or single clicked with button 1 on rest.
    37  *          or single clicked with button 1 on rest.
    37  * @modules java.desktop/java.awt:open
    38  * @modules java.desktop/java.awt:open