RFR: 8296934: Write a test to verify whether Undecorated Frame can be iconified or not

Sergey Bylokhov serb at openjdk.org
Tue Jan 3 01:17:49 UTC 2023


On Mon, 2 Jan 2023 16:09:35 GMT, Anto J <aj at 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



More information about the client-libs-dev mailing list