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 225612 - IllegalArgumentException: illegal component position
Summary: IllegalArgumentException: illegal component position
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 21:44 UTC by David Konecny
Modified: 2015-02-04 03:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198244


Attachments
stacktrace (2.54 KB, text/plain)
2013-01-31 21:44 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2013-01-31 21:44:28 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 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: Linux

User Comments:
dkonecny: I dragged several components into separate jpanel




Stacktrace: 
java.lang.IllegalArgumentException: illegal component position
   at java.awt.Container.addImpl(Container.java:1080)
   at java.awt.Container.add(Container.java:460)
   at org.netbeans.modules.form.layoutsupport.AbstractLayoutSupport.addComponentsToContainer(AbstractLayoutSupport.java:621)
   at org.netbeans.modules.form.layoutsupport.LayoutSupportManager.addComponentsToContainer(LayoutSupportManager.java:664)
   at org.netbeans.modules.form.VisualReplicator.addComponent(VisualReplicator.java:394)
   at org.netbeans.modules.form.VisualReplicator.updateAddedComponents(VisualReplicator.java:360)
Comment 1 David Konecny 2013-01-31 21:44:30 UTC
Created attachment 130909 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:27:31 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.