8186549: move ExtendedRobot closer to tests

Reviewed-by: serb
This commit is contained in:
Alexandre Iline 2018-11-13 07:11:50 -08:00
parent 5d603b77d9
commit a4b9ae8bb3
343 changed files with 342 additions and 342 deletions

View file

@ -47,7 +47,7 @@ import java.awt.image.BufferedImage;
@bug 6596915 @bug 6596915
@summary Test Component.paintAll() method @summary Test Component.paintAll() method
@author sergey.bylokhov@oracle.com: area=awt.component @author sergey.bylokhov@oracle.com: area=awt.component
@library ../../../../lib/testlibrary/ @library /lib/client/
@build ExtendedRobot @build ExtendedRobot
@run main PaintAll @run main PaintAll
*/ */

View file

@ -29,7 +29,7 @@ import java.awt.*;
* @summary An attempt to set non-trivial background, shape, or translucency * @summary An attempt to set non-trivial background, shape, or translucency
* to a decorated toplevel should end with an exception. * to a decorated toplevel should end with an exception.
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main DecoratedExceptions * @run main DecoratedExceptions
*/ */

View file

@ -35,7 +35,7 @@ import java.util.Vector;
* added to it & each components are setted with different cursors types. * added to it & each components are setted with different cursors types.
* Dispose the parent & collect GC. Garbage collection should happen * Dispose the parent & collect GC. Garbage collection should happen
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main/othervm -Xmx20m DisposeParentGC * @run main/othervm -Xmx20m DisposeParentGC
*/ */

View file

@ -33,7 +33,7 @@ import java.util.Vector;
* @key headful * @key headful
* @summary Verify that disposed frames are collected with GC * @summary Verify that disposed frames are collected with GC
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main/othervm -Xmx20m FramesGC * @run main/othervm -Xmx20m FramesGC
*/ */

View file

@ -36,7 +36,7 @@ import java.lang.reflect.InvocationTargetException;
* @summary Set extendedState Frame.MAXIMIZED_BOTH for undecorated Frame and JFrame. * @summary Set extendedState Frame.MAXIMIZED_BOTH for undecorated Frame and JFrame.
* Check if resulted size is equal to GraphicsEnvironment.getMaximumWindowBounds(). * Check if resulted size is equal to GraphicsEnvironment.getMaximumWindowBounds().
* *
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main MaximizedUndecorated * @run main MaximizedUndecorated
*/ */

View file

@ -27,7 +27,7 @@
* @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus * @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT * @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan * @author yan
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main ActiveAWTWindowTest * @run main ActiveAWTWindowTest
*/ */

View file

@ -27,7 +27,7 @@
* @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus * @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT * @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan * @author yan
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main ActiveSwingWindowTest * @run main ActiveSwingWindowTest
*/ */

View file

@ -27,7 +27,7 @@
* @summary To make sure Undecorated Frame triggers correct windows events while closing * @summary To make sure Undecorated Frame triggers correct windows events while closing
* @author Jitender(jitender.singh@eng.sun.com) area=AWT* * @author Jitender(jitender.singh@eng.sun.com) area=AWT*
* @author yan * @author yan
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main FrameCloseTest * @run main FrameCloseTest
*/ */

View file

@ -28,7 +28,7 @@
* all the components on it are repainted correctly * all the components on it are repainted correctly
* @author Jitender(jitender.singh@eng.sun.com) area=AWT * @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan * @author yan
* @library ../../../../lib/testlibrary * @library /lib/client
* @build ExtendedRobot * @build ExtendedRobot
* @run main RepaintTest * @run main RepaintTest
*/ */

View file

@ -33,7 +33,7 @@ import java.awt.GraphicsEnvironment;
* @key headful * @key headful
* @bug 8019587 * @bug 8019587
* @author Sergey Bylokhov * @author Sergey Bylokhov
* @library ../../../lib/testlibrary/ * @library /lib/client/
* @build ExtendedRobot * @build ExtendedRobot
* @run main IncorrectDisplayModeExitFullscreen * @run main IncorrectDisplayModeExitFullscreen
*/ */

View file

@ -28,7 +28,7 @@
@requires (os.family == "linux") | (os.family == "solaris") @requires (os.family == "linux") | (os.family == "solaris")
@summary List does not honor user specified background, foreground colors on XToolkit @summary List does not honor user specified background, foreground colors on XToolkit
@author Dmitry Cherepanov area=awt.list @author Dmitry Cherepanov area=awt.list
@library ../../../../lib/testlibrary @library /lib/client
@build ExtendedRobot @build ExtendedRobot
@run main SetBackgroundTest @run main SetBackgroundTest
*/ */

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Frame constructor. Also check if other * created with a null Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Dialog constructor. Also check if other * created with a null Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Frame constructor. Also check if other * created with a hidden Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Dialog constructor. Also check if other * created with a hidden Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Frame constructor. Also check if other * created with a visible Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Dialog constructor. Also check if other * created with a visible Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Frame constructor. Also check if other * created with a null Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Dialog constructor. Also check if other * created with a null Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Frame constructor. Also check if other * created with a hidden Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Dialog constructor. Also check if other * created with a hidden Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Frame constructor. Also check if other * created with a visible Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Dialog constructor. Also check if other * created with a visible Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -29,7 +29,7 @@ import java.awt.Dialog;
* @bug 8054359 7186009 * @bug 8054359 7186009
* @summary Check whether a FileDialog set to document modality behaves as expected. * @summary Check whether a FileDialog set to document modality behaves as expected.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a null Frame constructor. Also check if other * created with a null Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a null Dialog constructor. Also check if other * created with a null Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a hidden Frame constructor. Also check if other * created with a hidden Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a hidden Dialog constructor. Also check if other * created with a hidden Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a visible Frame constructor. Also check if other * created with a visible Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a visible Dialog constructor. Also check if other * created with a visible Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a null Frame constructor. Also check if other * created with a null Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a null Dialog constructor. Also check if other * created with a null Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a hidden Frame constructor. Also check if other * created with a hidden Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a hidden Dialog constructor. Also check if other * created with a hidden Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a visible Frame constructor. Also check if other * created with a visible Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* created with a visible Dialog constructor. Also check if other * created with a visible Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -29,7 +29,7 @@ import java.awt.Dialog;
* @bug 8054359 * @bug 8054359
* @summary Check whether a modeless FileDialog behaves as expected. * @summary Check whether a modeless FileDialog behaves as expected.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Frame constructor. Also check if other * created with a null Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a null Dialog constructor. Also check if other * created with a null Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Frame constructor. Also check if other * created with a hidden Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a hidden Dialog constructor. Also check if other * created with a hidden Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Frame constructor. Also check if other * created with a visible Frame constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* created with a visible Dialog constructor. Also check if other * created with a visible Dialog constructor. Also check if other
* windows are blocked by the FileDialog too. * windows are blocked by the FileDialog too.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -29,7 +29,7 @@ import java.awt.Dialog;
* @bug 8054359 7186009 * @bug 8054359 7186009
* @summary Check whether a FileDialog set to toolkit modality behaves as expected. * @summary Check whether a FileDialog set to toolkit modality behaves as expected.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -30,7 +30,7 @@
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Dialog. * of blocking behavior for the parent Dialog.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Frame. * of blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Frame. * of blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of blocking behavior for the parent Frame. * of blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also if the other windows * and respond to key events. Check also if the other windows
* receive mouse and key events. * receive mouse and key events.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also if the other windows * and respond to key events. Check also if the other windows
* receive mouse and key events. * receive mouse and key events.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events. Check also if the other windows * and respond to key events. Check also if the other windows
* receive mouse and key events. * receive mouse and key events.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events. Check also if the other windows * and respond to key events. Check also if the other windows
* receive mouse and key events. * receive mouse and key events.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -34,7 +34,7 @@ import static jdk.test.lib.Asserts.*;
* whether all the windows lying down the document root * whether all the windows lying down the document root
* (Frame) get blocked. * (Frame) get blocked.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events. Check also the correctness * and respond to key events. Check also the correctness
* of the blocking behavior for the parent Frame. * of the blocking behavior for the parent Frame.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -30,7 +30,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Check also the correctness of blocking behavior for other windows shown. * Check also the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -31,7 +31,7 @@
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -32,7 +32,7 @@ import java.awt.Dialog;
* and respond to key events, when there are other windows shown. * and respond to key events, when there are other windows shown.
* Also check the correctness of blocking behavior for other windows shown. * Also check the correctness of blocking behavior for other windows shown.
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -30,7 +30,7 @@ import java.awt.Dialog;
* @summary Check whether an application modal Dialog receives focus; check * @summary Check whether an application modal Dialog receives focus; check
* if its components receive focus and respond to key events * if its components receive focus and respond to key events
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -30,7 +30,7 @@ import java.awt.Dialog;
* @summary Check whether a document modal Dialog receives focus; check * @summary Check whether a document modal Dialog receives focus; check
* if its components receive focus and respond to key events * if its components receive focus and respond to key events
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -30,7 +30,7 @@ import java.awt.Dialog;
* @summary Check whether a modeless Dialog receives focus; check * @summary Check whether a modeless Dialog receives focus; check
* if its components receive focus and respond to key events * if its components receive focus and respond to key events
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

View file

@ -29,7 +29,7 @@
* @summary Check whether a non-modal Dialog receives focus; check * @summary Check whether a non-modal Dialog receives focus; check
* if its components receive focus and respond to key events * if its components receive focus and respond to key events
* *
* @library ../helpers /lib/testlibrary/ * @library ../helpers /lib/client/
* @library /test/lib * @library /test/lib
* @build ExtendedRobot * @build ExtendedRobot
* @build Flag * @build Flag

Some files were not shown because too many files have changed in this diff Show more