jdk/test/javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java
equal
deleted
inserted
replaced
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 |
23 |
24 /* @test |
24 /** |
25 @bug 8001633 8028271 8039888 |
25 * @test |
26 @summary Wrong alt processing during switching between windows |
26 * @key headful |
27 @author mikhail.cherkasov@oracle.com |
27 * @bug 8001633 8028271 8039888 |
28 @run main WrongAltProcessing |
28 * @summary Wrong alt processing during switching between windows |
29 */ |
29 * @author mikhail.cherkasov@oracle.com |
|
30 * @requires (os.family == "windows") |
|
31 * @run main WrongAltProcessing |
|
32 */ |
30 |
33 |
31 import javax.swing.*; |
34 import javax.swing.*; |
32 import java.awt.*; |
35 import java.awt.*; |
33 import java.awt.event.*; |
36 import java.awt.event.*; |
34 |
37 |