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 271952

Summary: IllegalArgumentException: illegal component position
Product: guibuilder Reporter: van1998
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231267
Attachments: stacktrace

Description van1998 2017-12-27 08:33:39 UTC
This bug was originally marked as duplicate of bug 197466, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Windows 7

User Comments:
van1998: unexpexted error




Stacktrace: 
java.lang.IllegalArgumentException: illegal component position
   at java.awt.Container.addImpl(Container.java:1087)
   at java.awt.Container.add(Container.java:1005)
   at org.netbeans.modules.form.layoutsupport.AbstractLayoutSupport.addComponentsToContainer(AbstractLayoutSupport.java:626)
   at org.netbeans.modules.form.layoutsupport.LayoutSupportManager.addComponentsToContainer(LayoutSupportManager.java:709)
   at org.netbeans.modules.form.VisualReplicator.addComponent(VisualReplicator.java:439)
   at org.netbeans.modules.form.VisualReplicator.updateAddedComponents(VisualReplicator.java:405)
Comment 1 van1998 2017-12-27 08:33:42 UTC
Created attachment 165594 [details]
stacktrace