< prev index next >

test/jdk/javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java

Print this page

        

*** 32,44 **** /** * @test * @key headful * @bug 7124513 * @summary We should support NSTexturedBackgroundWindowMask style on OSX. - * @author Sergey Bylokhov * @library /test/lib * @build ExtendedRobot jdk.test.lib.Platform * @run main NSTexturedJFrame */ public final class NSTexturedJFrame { --- 32,45 ---- /** * @test * @key headful * @bug 7124513 + * @requires (os.family == "mac") * @summary We should support NSTexturedBackgroundWindowMask style on OSX. * @library /test/lib + * /test/jdk/lib/testlibrary/ * @build ExtendedRobot jdk.test.lib.Platform * @run main NSTexturedJFrame */ public final class NSTexturedJFrame {
< prev index next >