Hi All,
Please review fix for the below bug: Bug: https://bugs.openjdk.java.net/browse/JDK-8190530 Webrev: http://cr.openjdk.java.net/~akolarkunnu/8190530/webrev.00/ There is a small compilation error introduced by task HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8188779"JDK-8188779. It missed the import statement of JemmyException in FrameOperator.java. In Jemmy code tool project it fixed by task CODETOOLS-7902046. Fix: Just added statement 'import org.netbeans.jemmy.JemmyException;' in FrameOperator.java Regards, Muneer