< prev index next >

test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK.java

Print this page
rev 59106 : imported patch client

*** 25,35 **** @test @summary Tests that GTK LaF is supported on solaris regardless of jdk.gtk.version flag values. @bug 8156121 @key headful ! @requires (os.family == "linux" | os.family == "solaris") @run main/othervm -Djdk.gtk.version=2 DemandGTK @run main/othervm -Djdk.gtk.version=3 DemandGTK */ import javax.swing.JFrame; --- 25,35 ---- @test @summary Tests that GTK LaF is supported on solaris regardless of jdk.gtk.version flag values. @bug 8156121 @key headful ! @requires os.family == "linux" @run main/othervm -Djdk.gtk.version=2 DemandGTK @run main/othervm -Djdk.gtk.version=3 DemandGTK */ import javax.swing.JFrame;
< prev index next >