Hi All,
Please review a small fix for HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8222519"JDK-8222519 Bug: https://bugs.openjdk.java.net/browse/JDK-8222519 Webrev: http://cr.openjdk.java.net/~vagarwal/8222519/webrev.0/ Summary: ButtonDemoScreenshotTest was timing out on some windows machines as reported in the bug. This was found to be caused due to the default button being animated in windows which was leading to timeout on slower machines , so using -Dswing.disablevistaanimation=true resolved the timeout issue. Best Regards, Vikrant