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 230584

Summary: ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.awt.Color
Product: platform Reporter: Jesse Glick <jglick>
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: 201066
Attachments: stacktrace

Description Jesse Glick 2013-05-31 14:40:41 UTC
Build: NetBeans IDE Dev (Build 20130528-a3efd58900c1)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
jglick: Diff window.




Stacktrace: 
java.lang.ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.awt.Color
   at javax.swing.plaf.nimbus.NimbusStyle.getColorForState(NimbusStyle.java:558)
   at javax.swing.plaf.synth.SynthStyle.getColor(SynthStyle.java:800)
   at javax.swing.plaf.synth.SynthLookAndFeel.paintRegion(SynthLookAndFeel.java:371)
   at javax.swing.plaf.synth.SynthLookAndFeel.update(SynthLookAndFeel.java:335)
   at javax.swing.plaf.synth.SynthPanelUI.update(SynthPanelUI.java:154)
   at javax.swing.JComponent.paintComponent(JComponent.java:778)
Comment 1 Jesse Glick 2013-05-31 14:40:43 UTC
Created attachment 135180 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-08-21 09:32:01 UTC

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