Hello,
Please review the following fix for Jdk9: Bug: https://bugs.openjdk.java.net/browse/JDK-8037575 Webrev: http://cr.openjdk.java.net/~psadhukhan/rajeev/8037575/webrev.00/ Issue: JFrame with ICONIFIED state on Windows is not minimizing gradually with animation it simply disappears. Fix: Added a call to ShowWindow function to set the specified Frame show state ICONIFIED/ZOOM etc. Regards, Rajeev Chamyal
