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 209537 - NullPointerException at javax.swing.AbstractButton.removeNotify
Summary: NullPointerException at javax.swing.AbstractButton.removeNotify
Status: RESOLVED DUPLICATE of bug 209536
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 16:56 UTC by netacq_server
Modified: 2012-04-12 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185838


Attachments
stacktrace (2.67 KB, text/plain)
2012-03-13 16:56 UTC, netacq_server
Details

Note You need to log in before you can comment on or make changes to this bug.
Description netacq_server 2012-03-13 16:56:48 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
netacq_server: Trying to add swing layout extensions library to a project with no source or forms open.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.AbstractButton.removeNotify(AbstractButton.java:1033)
   at java.awt.Container.removeNotify(Container.java:2800)
   at javax.swing.JComponent.removeNotify(JComponent.java:4761)
   at java.awt.Container.removeNotify(Container.java:2800)
   at javax.swing.JComponent.removeNotify(JComponent.java:4761)
   at java.awt.Container.removeNotify(Container.java:2800)
Comment 1 netacq_server 2012-03-13 16:56:49 UTC
Created attachment 116681 [details]
stacktrace
Comment 2 Jan Stola 2012-04-12 09:52:48 UTC

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