mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 13:55:20 +00:00
6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
Reviewed-by: alexp
This commit is contained in:
parent
836de5036c
commit
55c5ae3011
@ -56,6 +56,7 @@ public class bug6940863 {
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (OSInfo.getOSType() != OSInfo.OSType.WINDOWS) {
|
||||
System.out.println("The test is suitable only for Windows OS. Skipped");
|
||||
return;
|
||||
}
|
||||
|
||||
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user