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 - ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.awt.Color
Summary: ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.aw...
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-31 14:40 UTC by Jesse Glick
Modified: 2013-08-21 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201066


Attachments
stacktrace (2.90 KB, text/plain)
2013-05-31 14:40 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-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 ***