--- old/src/org/netbeans/jemmy/operators/JFrameOperator.java 2017-08-21 14:34:40.000000000 -0700 +++ new/src/org/netbeans/jemmy/operators/JFrameOperator.java 2017-08-21 14:34:40.000000000 -0700 @@ -103,7 +103,9 @@ * */ public JFrameOperator(String title, int index, Operator env) { - this(new FrameByTitleFinder(title, env.getComparator()), index, env); + this(new JFrameFinder(new FrameByTitleFinder(title, + env.getComparator())), + index, env); } /**