equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2012, 2015, 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. |
24 /** |
24 /** |
25 * @test PostEventOrderingTest.java |
25 * @test PostEventOrderingTest.java |
26 * @bug 4171596 6699589 |
26 * @bug 4171596 6699589 |
27 * @summary Checks that the posting of events between the PostEventQueue |
27 * @summary Checks that the posting of events between the PostEventQueue |
28 * @summary and the EventQueue maintains proper ordering. |
28 * @summary and the EventQueue maintains proper ordering. |
|
29 * @modules java.desktop/sun.awt |
29 * @run main PostEventOrderingTest |
30 * @run main PostEventOrderingTest |
30 * @author fredx |
31 * @author fredx |
31 */ |
32 */ |
32 |
33 |
33 import java.awt.*; |
34 import java.awt.*; |