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 52919 - Enable to copy layout constraints together with components
Summary: Enable to copy layout constraints together with components
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 17:26 UTC by _ lcincura
Modified: 2008-04-28 18:05 UTC (History)
0 users

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 _ lcincura 2005-01-04 17:26:16 UTC
In current implemetation, user cannot copy the
layout and elements to other container. This is
not problem with simple layouts, but for example
to setup GridBagLayout lasts long time. Now there
is no way how to move it to other container (no
copy/paste for layouts + generated code is in
guarded block)
Comment 1 Tomas Pavek 2005-05-13 15:03:29 UTC
Mostly copying whole container should be enough. It is not enough only if you
need different target container type, or if the source container is e.g. JFrame.
Also the layout in the target container might clash with the layout you copy
from another container. This would require some experimenting. I'd rather like
to have a "Change container type" or "Group into container" actions.