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 225249

Summary: AssertionError at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace
Product: guibuilder Reporter: choces <choces>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194652
Attachments: stacktrace

Description choces 2013-01-23 16:47:21 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows XP

User Comments:
GUEST: chanje size jpanel

GUEST: designing jframe form




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.form.layoutdesign.LayoutInterval.getCurrentSpace(LayoutInterval.java:495)
   at org.netbeans.modules.form.layoutdesign.VisualState.completeUknownGroupPositions(VisualState.java:347)
   at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfGroups(VisualState.java:305)
   at org.netbeans.modules.form.layoutdesign.VisualState.updateCurrentSpaceOfGroups(VisualState.java:228)
   at org.netbeans.modules.form.layoutdesign.LayoutDesigner.endMoving(LayoutDesigner.java:774)
   at org.netbeans.modules.form.HandleLayer$ExistingComponentDrag.end(HandleLayer.java:2984)
Comment 1 choces 2013-01-23 16:47:22 UTC
Created attachment 130546 [details]
stacktrace