提交 ac1f5b78 编写于 作者: A alexp

8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx

Reviewed-by: anthony, alexsch
上级 09226860
......@@ -30,6 +30,7 @@
import java.io.*;
import javax.swing.*;
import javax.swing.plaf.metal.*;
public class bug7193219 {
private static byte[] serializeGUI() {
......@@ -73,6 +74,7 @@ public class bug7193219 {
}
public static void main(String[] args) throws Exception {
UIManager.setLookAndFeel(new MetalLookAndFeel());
SwingUtilities.invokeAndWait(new Runnable() {
@Override
public void run() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册