equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2007, 2018, 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. |
29 * |
29 * |
30 * @summary Check whether FileDialog blocks a modal Dialog |
30 * @summary Check whether FileDialog blocks a modal Dialog |
31 * created with a null Dialog constructor. Also check if other |
31 * created with a null Dialog constructor. Also check if other |
32 * windows are blocked by the FileDialog too. |
32 * windows are blocked by the FileDialog too. |
33 * |
33 * |
34 * @library ../helpers ../../../../lib/testlibrary/ |
34 * @library ../helpers /lib/testlibrary/ |
|
35 * @library /test/lib |
35 * @build ExtendedRobot |
36 * @build ExtendedRobot |
36 * @build Flag |
37 * @build Flag |
37 * @build TestDialog |
38 * @build TestDialog |
38 * @build TestFrame |
39 * @build TestFrame |
39 * @build TestWindow |
40 * @build TestWindow |