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 241061 - ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.awt.Insets
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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 13:28 UTC by ferpeter
Modified: 2014-01-28 13:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181842


Attachments
stacktrace (2.36 KB, text/plain)
2014-01-28 13:28 UTC, ferpeter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ferpeter 2014-01-28 13:28:28 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
ferpeter: just started up after reboot

artemkaint: open repositories in jira plugin

GUEST: Just started the ide

reinouts: Started Netbeans 7.1rc1 for the first time, imported 7.0 settings




Stacktrace: 
java.lang.ClassCastException: javax.swing.plaf.FontUIResource cannot be cast to java.awt.Insets
   at javax.swing.plaf.synth.SynthMenuItemUI.updateStyle(SynthMenuItemUI.java:108)
   at javax.swing.plaf.synth.SynthMenuItemUI.installDefaults(SynthMenuItemUI.java:80)
   at javax.swing.plaf.basic.BasicMenuItemUI.installUI(BasicMenuItemUI.java:107)
   at javax.swing.JComponent.setUI(JComponent.java:664)
   at javax.swing.AbstractButton.setUI(AbstractButton.java:1807)
   at javax.swing.JMenuItem.setUI(JMenuItem.java:240)
Comment 1 ferpeter 2014-01-28 13:28:29 UTC
Created attachment 144466 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-01-28 13:30:53 UTC

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