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 225135 - ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be cast to java.awt.Font
Summary: ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be...
Status: RESOLVED DUPLICATE of bug 224822
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 12:32 UTC by gbc
Modified: 2013-01-21 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197818


Attachments
stacktrace (2.82 KB, text/plain)
2013-01-21 12:32 UTC, gbc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gbc 2013-01-21 12:32:20 UTC
Build: NetBeans IDE Dev (Build 201301210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Linux

User Comments:
gbc: Switch to a tab containing a Javascript file.




Stacktrace: 
java.lang.ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be cast to java.awt.Font
   at javax.swing.plaf.nimbus.NimbusStyle.getFontForState(NimbusStyle.java:573)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:933)
   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.SynthButtonUI.updateStyle(SynthButtonUI.java:79)
Comment 1 gbc 2013-01-21 12:32:22 UTC
Created attachment 130441 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-01-21 12:54:03 UTC

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