-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b15
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2152937 | OpenJDK6 | Brent Christian | P3 | Resolved | Fixed | b01 |
J2SE Version (please include all output from java -version flag):
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b96)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b96, mixed mode, sharing)
Does this problem occur on J2SE 1.4.x or 5.0.x ? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Windows XP
Regression: LookAndFeel.getName() no longer matches LookAndFeelInfo.getName()
This was fixed in JDK 1.2 for Bug Report 4138654 and broken again in JDK 1.5.
for WindowsClassicLookAndFeel:
LookAndFeel.getName() returns "Windows" [this should also return "Windows Classic"]
LookAndFeelInfo.getName() returns "Windows Classic"
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b96)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b96, mixed mode, sharing)
Does this problem occur on J2SE 1.4.x or 5.0.x ? Yes / No (pick one)
Yes
Operating System Configuration Information (be specific):
Windows XP
Regression: LookAndFeel.getName() no longer matches LookAndFeelInfo.getName()
This was fixed in JDK 1.2 for Bug Report 4138654 and broken again in JDK 1.5.
for WindowsClassicLookAndFeel:
LookAndFeel.getName() returns "Windows" [this should also return "Windows Classic"]
LookAndFeelInfo.getName() returns "Windows Classic"
- backported by
-
JDK-2152937 REGRESSION: LookAndFeel.getName() no longer matches LookAndFeelInfo.getName()
- Resolved
- relates to
-
JDK-4138654 UIManager.LookAndFeelInfo.getName() != UIManager.getLookAndFeel.getName()
- Closed