提交 dcd5e9aa 编写于 作者: M malenkov

6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified

Reviewed-by: alexp
上级 7b8e76d6
/* /*
* Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -43,7 +43,7 @@ public class bug6725409 { ...@@ -43,7 +43,7 @@ public class bug6725409 {
new com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel()); new com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel());
} catch(UnsupportedLookAndFeelException e) { } catch(UnsupportedLookAndFeelException e) {
System.out.println("The test is for Windows LaF only"); System.out.println("The test is for Windows LaF only");
System.exit(0); return;
} }
final bug6725409 bug6725409 = new bug6725409(); final bug6725409 bug6725409 = new bug6725409();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册