-
Bug
-
Resolution: Fixed
-
P4
-
9-repo-jigsaw
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8145782 | 9 | Semyon Sadetsky | P4 | Resolved | Fixed | b105 |
It should not instantiate LaF like it does.
We may add @modules directive and then the test will compile but it would be better to avoid import and "new" and do just
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
We may add @modules directive and then the test will compile but it would be better to avoid import and "new" and do just
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
- backported by
-
JDK-8145782 Compilation fails on Jake for regtest javax/swing/JMenu/8067346/bug8067346.java
-
- Resolved
-