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 247934 - NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addSimplyAligned
Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutFeeder.a...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-14 19:52 UTC by Exceptions Reporter
Modified: 2014-10-14 19:52 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206759


Attachments
stacktrace (2.93 KB, text/plain)
2014-10-14 19:52 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-14 19:52:16 UTC
This bug was originally marked as duplicate of bug 137738, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: I was resizing my label when this problem occured.

GUEST: Occured when in resizing JTextfield with titled border in JXPanel.

richardmijo: moving componets

GUEST: I had just made three copies of a radio button for the first time.

GUEST: Adding Components to the Form

GUEST: The problem occured when I was resizing my label on my frame. I repeatedly tried to get it to my desired size but it was just not happening because it came back automatically to its default size.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addSimplyAligned(LayoutFeeder.java:1128)
   at org.netbeans.modules.form.layoutdesign.LayoutFeeder.add(LayoutFeeder.java:249)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.addComponents(LayoutDesigner.java:888)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:849)
   at org.netbeans.modules.form.HandleLayer$NewComponentDrag.end(HandleLayer.java:3461)
   at org.netbeans.modules.form.HandleLayer$ComponentDrag.end(HandleLayer.java:2722)
Comment 1 Exceptions Reporter 2014-10-14 19:52:19 UTC
Created attachment 149902 [details]
stacktrace