This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229752 - ClassCastException: java.lang.Boolean cannot be cast to java.awt.Color
Summary: ClassCastException: java.lang.Boolean cannot be cast to java.awt.Color
Status: RESOLVED DUPLICATE of bug 230528
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 21:11 UTC by Jesse Glick
Modified: 2013-08-21 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200646


Attachments
stacktrace (2.15 KB, text/plain)
2013-05-14 21:11 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-05-14 21:11:13 UTC
Build: NetBeans IDE Dev (Build 20130506-77c7571a74e2)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
jglick: Started up.




Stacktrace: 
java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.awt.Color
   at javax.swing.plaf.nimbus.NimbusStyle.getColorForState(NimbusStyle.java:558)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:937)
   at javax.swing.plaf.nimbus.NimbusStyle.installDefaults(NimbusStyle.java:231)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:916)
   at javax.swing.plaf.synth.SynthLookAndFeel.updateStyle(SynthLookAndFeel.java:265)
   at javax.swing.plaf.synth.SynthToolBarUI.updateStyle(SynthToolBarUI.java:111)
Comment 1 Jesse Glick 2013-05-14 21:11:15 UTC
Created attachment 134446 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-06-03 11:26:56 UTC
The issue seems to be related to Window System, or it may be a JDK bug. Reassigning. Standa, please evaluate. Thank you.
Comment 3 Stanislav Aubrecht 2013-08-21 09:32:19 UTC

*** This bug has been marked as a duplicate of bug 230528 ***