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 268035 - IllegalArgumentException at org.netbeans.modules.form.layoutsupport.griddesigner.GridBagManager.<init>
Summary: IllegalArgumentException at org.netbeans.modules.form.layoutsupport.griddesig...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 08:37 UTC by js-java
Modified: 2016-09-15 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226243


Attachments
stacktrace (4.17 KB, text/plain)
2016-09-15 08:37 UTC, js-java
Details

Note You need to log in before you can comment on or make changes to this bug.
Description js-java 2016-09-15 08:37:09 UTC
This bug was originally marked as duplicate of bug 242409, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
js-java: Edit gridbag layout in jxframe

js-java: ?




Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.modules.form.layoutsupport.griddesigner.GridBagManager.<init>(GridBagManager.java:104)
   at org.netbeans.modules.form.layoutsupport.griddesigner.GridDesigner.configureGridManager(GridDesigner.java:333)
   at org.netbeans.modules.form.layoutsupport.griddesigner.GridDesigner.setDesignedContainer(GridDesigner.java:266)
   at org.netbeans.modules.form.layoutsupport.delegates.GridBagLayoutSupport.getSupportCustomizer(GridBagLayoutSupport.java:121)
   at org.netbeans.modules.form.layoutsupport.LayoutSupportManager.getSupportCustomizer(LayoutSupportManager.java:523)
   at org.netbeans.modules.form.layoutsupport.LayoutNode.createCustomizer(LayoutNode.java:139)
Comment 1 js-java 2016-09-15 08:37:12 UTC
Created attachment 162055 [details]
stacktrace