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

Summary: ClassCastException: javax.swing.plaf.ColorUIResource cannot be cast to java.lang.Boolean
Product: platform Reporter: rptmaestro <rptmaestro>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203784
Attachments: stacktrace

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 ***