jdk/test/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java
changeset 36511 9d0388c6b336
parent 34788 176e7a6529d4
child 42338 a60f280f803c
equal deleted inserted replaced
36510:043f1af70518 36511:9d0388c6b336
    27 /*
    27 /*
    28  * @test
    28  * @test
    29  * @summary Check if a JPopupMenu can be displayed when TrayIcon is
    29  * @summary Check if a JPopupMenu can be displayed when TrayIcon is
    30  *          right clicked. It uses a JWindow as the parent of the JPopupMenu
    30  *          right clicked. It uses a JWindow as the parent of the JPopupMenu
    31  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
    31  * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
       
    32  * @library /java/awt/patchlib
    32  * @library ../../../../lib/testlibrary ../
    33  * @library ../../../../lib/testlibrary ../
       
    34  * @build java.desktop/java.awt.Helper
    33  * @build ExtendedRobot SystemTrayIconHelper
    35  * @build ExtendedRobot SystemTrayIconHelper
    34  * @run main TrayIconPopupTest
    36  * @run main TrayIconPopupTest
    35  */
    37  */
    36 
    38 
    37 public class TrayIconPopupTest {
    39 public class TrayIconPopupTest {