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 226902 - 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-03-01 16:15 UTC by Jesse Glick
Modified: 2013-08-21 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199187


Attachments
stacktrace (3.75 KB, text/plain)
2013-03-01 16:15 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-03-01 16:15:03 UTC
Build: NetBeans IDE Dev (Build 20130227-46e49400c255)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Linux

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-03-01 16:15:05 UTC
Created attachment 132074 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-08-21 09:32:30 UTC

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