< prev index next >

test/jdk/sun/awt/dnd/8024061/bug8024061.java

Print this page
rev 59106 : imported patch client

*** 112,124 **** drop.place(panel1, new Point(10, 10)); frame.setVisible(true); } public static void main(String[] args) throws AWTException, InvocationTargetException, InterruptedException { ! if (!Platform.isLinux() && !Platform.isSolaris()) { ! System.out.println("This test is for Linux and Solaris only... " + ! "skipping!"); return; } final bug8024061[] dnd = {null}; SwingUtilities.invokeAndWait(new Runnable() { --- 112,123 ---- drop.place(panel1, new Point(10, 10)); frame.setVisible(true); } public static void main(String[] args) throws AWTException, InvocationTargetException, InterruptedException { ! if (!Platform.isLinux()) { ! System.out.println("This test is for Linux only... skipping!"); return; } final bug8024061[] dnd = {null}; SwingUtilities.invokeAndWait(new Runnable() {
< prev index next >