On Fri, 16 Dec 2022 14:55:13 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> openjdk/jdk#9525 has changed behavior of PassFailJFrame. > it doesn't call `setVisible()` from its constructor on instruction window > anymore and some tests were not ready for that. > > So adding `positionTestWindow()` fixes the issue. This pull request has now been integrated. Changeset: d1026720 Author: Alexander Zvegintsev <azveg...@openjdk.org> URL: https://git.openjdk.org/jdk20/commit/d1026720d323d0acd9bd8d85d5caba7185107863 Stats: 12 lines in 3 files changed: 4 ins; 4 del; 4 mod 8298905: Test "java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java" fails because the frames of instruction does not display Reviewed-by: honkar, serb ------------- PR: https://git.openjdk.org/jdk20/pull/46