On Wed, 16 Apr 2025 11:27:22 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> Few Modal and Full Screen related tests are converted from applet and open > sourced. test/jdk/java/awt/FullScreen/NonfocusableFrameFullScreenTest.java line 128: > 126: frame.setAlwaysOnTop(true); > 127: } > 128: frame.validate(); Is `frame.validate()` required? test/jdk/java/awt/Modal/NativeDialogToFrontBackTest.java line 115: > 113: control.setSize(200, 200); > 114: blocked.setVisible(true); > 115: return control; Can u send the Frame list to PassFailJFrame and placement also can be handled their. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24685#discussion_r2046986019 PR Review Comment: https://git.openjdk.org/jdk/pull/24685#discussion_r2047029272