-
Bug
-
Resolution: Fixed
-
P4
-
7, 8
-
b96
-
generic
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034732 | 7u65 | Konstantin Shefov | P4 | Resolved | Fixed | b01 |
JDK-8016830 | 7u60 | Konstantin Shefov | P4 | Closed | Fixed | b01 |
In closed test closed/javax/swing/text/JTextComponent/6361367/bug6361367.java
The test looks as if the developer wanted to run it in all the L&F. But for it used line:
UIManager.installLookAndFeel(info)
I think, correctly be use line:
UIManager.setLookAndFeel(info.getClassName());
The test looks as if the developer wanted to run it in all the L&F. But for it used line:
UIManager.installLookAndFeel(info)
I think, correctly be use line:
UIManager.setLookAndFeel(info.getClassName());
- backported by
-
JDK-8034732 Test looks like L&F set incorrectly.
-
- Resolved
-
-
JDK-8016830 Test looks like L&F set incorrectly.
-
- Closed
-