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 - [65cat] GridBagLayout editor should support component insertion/move between another components
Summary: [65cat] GridBagLayout editor should support component insertion/move between ...
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 4 votes (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 01:59 UTC by Michel Graciano
Modified: 2011-02-01 14:03 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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