< prev index next >

test/jdk/java/awt/Window/ShapedAndTranslucentWindows/ShapedByAPI.java

Print this page

        

*** 41,51 **** * window should appear with the expected shape. Clicks should come to visible * parts of shaped window only and to background for clipped parts. * * @author mrkam * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) ! * @library ../../../../lib/testlibrary * @run main ShapedByAPI */ public class ShapedByAPI extends Common { public static void main(String[] args) throws Exception { --- 41,51 ---- * window should appear with the expected shape. Clicks should come to visible * parts of shaped window only and to background for clipped parts. * * @author mrkam * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) ! * @library ../../../../lib/client * @run main ShapedByAPI */ public class ShapedByAPI extends Common { public static void main(String[] args) throws Exception {
< prev index next >