< prev index next >

core/JemmyCore/src/org/jemmy/control/ScreenArea.java

Print this page

        

*** 32,42 **** /** * * @author shura */ public interface ScreenArea { ! /** ! * ! * @return ! */ public abstract Rectangle getScreenBounds(); } --- 32,39 ---- /** * * @author shura */ public interface ScreenArea { ! public abstract Rectangle getScreenBounds(); }
< prev index next >