< prev index next >

test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java

Print this page

        

*** 27,37 **** import java.awt.TrayIcon; import java.awt.event.InputEvent; import java.awt.image.BufferedImage; /* ! * @test 6384991 * @summary Check if ActionEvent is triggered by a TrayIcon when * it is double clicked with mouse button 1 on windows * or single clicked with button 3 on Mac OS X * or single clicked with button 1 on rest. * @modules java.desktop/java.awt:open --- 27,38 ---- import java.awt.TrayIcon; import java.awt.event.InputEvent; import java.awt.image.BufferedImage; /* ! * @test ! * @bug 6384991 * @summary Check if ActionEvent is triggered by a TrayIcon when * it is double clicked with mouse button 1 on windows * or single clicked with button 3 on Mac OS X * or single clicked with button 1 on rest. * @modules java.desktop/java.awt:open
< prev index next >