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 234151 - ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be cast to javax.swing.InputMap
Summary: ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be...
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-08-08 21:23 UTC by MackSix
Modified: 2013-08-21 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201273


Attachments
stacktrace (1.80 KB, text/plain)
2013-08-08 21:23 UTC, MackSix
Details
stacktrace (1.78 KB, text/plain)
2013-08-09 15:26 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-08-08 21:23:31 UTC
Build: NetBeans IDE Dev (Build 201308072300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b36
OS: Windows 7

User Comments:
MackSix: Starting NetBeans.

GUEST: d




Stacktrace: 
java.lang.ClassCastException: javax.swing.plaf.nimbus.DerivedColor$UIResource cannot be cast to javax.swing.InputMap
   at javax.swing.plaf.basic.BasicToolBarUI.getInputMap(BasicToolBarUI.java:333)
   at javax.swing.plaf.basic.BasicToolBarUI.installKeyboardActions(BasicToolBarUI.java:320)
   at javax.swing.plaf.basic.BasicToolBarUI.installUI(BasicToolBarUI.java:147)
   at javax.swing.JComponent.setUI(JComponent.java:664)
   at javax.swing.JToolBar.setUI(JToolBar.java:181)
   at org.openide.awt.Toolbar.setUI(Toolbar.java:506)
Comment 1 MackSix 2013-08-08 21:23:32 UTC
Created attachment 138465 [details]
stacktrace
Comment 2 javydreamercsw 2013-08-09 15:26:16 UTC
Created attachment 138507 [details]
stacktrace

IDE start up.
Comment 3 Jaroslav Havlin 2013-08-14 07:54:03 UTC
The problem originates in ToolbarWithOverflow when Nimbus Look&Feel is used. But it can be a general Nimbus Toolbar problem.
Fanis, please evaluate. Thank you.
Comment 4 Stanislav Aubrecht 2013-08-21 09:31:24 UTC

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