jdk/test/javax/swing/JPopupMenu/4634626/bug4634626.java
changeset 39056 d99e63b6d962
parent 28071 3acb75b8df45
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 /* @test
    23 
    24    @bug 4634626
    24 /*
    25    @summary Implement context popup menus for components
    25  * @test
    26    @author Alexander Zuev
    26  * @key headful
    27    @library ../../../../lib/testlibrary
    27  * @bug 4634626
    28    @build ExtendedRobot
    28  * @summary Implement context popup menus for components
    29    @run applet bug4634626.html
    29  * @author Alexander Zuev
    30 */
    30  * @library ../../../../lib/testlibrary
       
    31  * @build ExtendedRobot
       
    32  * @run applet bug4634626.html
       
    33  */
       
    34 
    31 import javax.swing.*;
    35 import javax.swing.*;
    32 import java.awt.event.*;
    36 import java.awt.event.*;
    33 import java.awt.*;
    37 import java.awt.*;
    34 
    38 
    35 public class bug4634626 extends JApplet {
    39 public class bug4634626 extends JApplet {