< prev index next >

test/jdk/java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java

Print this page
rev 59106 : imported patch client

*** 44,54 **** public class OpensWithNoGrab { final static int delay = 50; private static void init() { ! if (!(Platform.isLinux() || Platform.isSolaris())) { System.out.println("This test is for XAWT/Motif only"); OpensWithNoGrab.pass(); } Choice ch = new Choice (); --- 44,54 ---- public class OpensWithNoGrab { final static int delay = 50; private static void init() { ! if (!Platform.isLinux()) { System.out.println("This test is for XAWT/Motif only"); OpensWithNoGrab.pass(); } Choice ch = new Choice ();
< prev index next >