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 141252

Summary: [65cat] GridBagLayout editor should support component insertion/move between another components
Product: guibuilder Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: misterm
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Michel Graciano 2008-07-23 01:59:40 UTC
[ BUILD # : 200807040101 ]
[ JDK VERSION : 1.6.0_07 ]

GridBagLayout editor should support component insertion/move between
another components. For example, I have a panel where I need add a
new component, but the location is between already existent
components. Today I need rearrange the components before insert the
new one. The same thing should be done today if I need move a
component for another position.
The proposal is that GridBagLayout editor should have a behavior like
GroupLayout editor (the default editor). When try to insert or move a
new component, the current components are rearranged automatically.
This operation should be cancelable with Ctrl + Z and a 'Cancel'
button as usual.

Regards.
Comment 1 Tomas Pavek 2011-02-01 13:53:40 UTC
There is a new GridBagLayout designer introduced in NB 7.0, it also supports inserting of columns/rows:
http://wiki.netbeans.org/NewAndNoteworthyNB70#GUI_Builder_-_New_GridBagLayout_Designer
Comment 2 Michel Graciano 2011-02-01 14:03:47 UTC
Thanks Tomas. v. Build 110131-fa08dbee5da7