< prev index next >

test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal4Test.java

Print this page
rev 51789 : [mq]: asserts

*** 29,39 **** * @bug 8047367 8049339 * @summary Check whether the focus transfer between windows occurs correctly when the following happens: * a frame (F) is shown; a window having F as owner is shown; an application modal dialog having * a null frame owner is shown. * ! * @library ../helpers ../../../../lib/testlibrary/ * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow --- 29,40 ---- * @bug 8047367 8049339 * @summary Check whether the focus transfer between windows occurs correctly when the following happens: * a frame (F) is shown; a window having F as owner is shown; an application modal dialog having * a null frame owner is shown. * ! * @library ../helpers /lib/testlibrary/ ! * @library /test/lib * @build ExtendedRobot * @build Flag * @build TestDialog * @build TestFrame * @build TestWindow
< prev index next >