On Mon, 2 Jan 2023 16:09:35 GMT, Anto J <a...@openjdk.org> wrote: > This test case verifies that Undecorated Frame can be iconified or not > Using mouse click events generated WINDOW_ACTIVATED, WINDOW_ICONIFIED, > WINDOW_DEACTIVATED, and WINDOW_DEICONIFIED and tested whether it is iconified > or not.
>Integration blocker > ⚠️ Failed to retrieve information on issue 8296934. Please make sure it >exists and is accessible. Looks like the JBS issue is not open. test/jdk/java/awt/Frame/Iconify/IconifyTest.java line 105: > 103: } > 104: > 105: public static void main(String[] args) throws AWTException, > InvocationTargetException, InterruptedException { Please split the long lines to have 80 chars per line. ------------- PR: https://git.openjdk.org/jdk/pull/11812