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 235837 - ClassCastException: javax.swing.plaf.ColorUIResource cannot be cast to java.lang.Boolean
Summary: ClassCastException: javax.swing.plaf.ColorUIResource cannot be cast to java.l...
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-09-11 18:15 UTC by rptmaestro
Modified: 2013-09-12 07:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203784


Attachments
stacktrace (2.94 KB, text/plain)
2013-09-11 18:15 UTC, rptmaestro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2013-09-11 18:15:15 UTC
Build: NetBeans IDE Dev (Build 201309070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
rptmaestro: Restarted IDE after switching to Nimbus Dark look-and-feel




Stacktrace: 
java.lang.ClassCastException: javax.swing.plaf.ColorUIResource cannot be cast to java.lang.Boolean
   at javax.swing.plaf.nimbus.NimbusStyle.isOpaque(NimbusStyle.java:614)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:945)
   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.SynthMenuItemUI.updateStyle(SynthMenuItemUI.java:96)
Comment 1 rptmaestro 2013-09-11 18:15:20 UTC
Created attachment 139947 [details]
stacktrace
Comment 2 markiewb 2013-09-11 18:35:25 UTC
@Stanislav: Looks like https://netbeans.org/bugzilla/show_bug.cgi?id=230528 ?
Comment 3 Stanislav Aubrecht 2013-09-12 07:21:22 UTC

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