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

Summary: NullPointerException at org.netbeans.modules.form.layoutdesign.LayoutFeeder.addSimplyAligned
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: dunklenmeisterk, hmichel, misterm, richardmijo
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206759
Attachments: stacktrace

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