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 213484 - GridBagLayout Designer: Can't copy components
Summary: GridBagLayout Designer: Can't copy components
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 07:44 UTC by tim_sa
Modified: 2013-02-14 17:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot 1 nb7.3rc2-gridbag-designer (11.70 KB, image/png)
2013-02-14 17:13 UTC, pbucken
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2012-06-04 07:44:25 UTC
Whend working with the GridbagLayout Designer it woulde be nice to be able to copy existing components that you already have on the form to a new position.

To give an example if you want to add 30 labels to your form you have to right click on the cell -> Add Component -> Swing Controls -> Label . 
This needs to be done for each individual label.

If a component could be copied the usage changes to copy the label once, and hit paste on each individual cell that you want the label to occupy
Comment 1 pbucken 2013-02-14 17:13:26 UTC
Created attachment 131399 [details]
screenshot 1 nb7.3rc2-gridbag-designer
Comment 2 pbucken 2013-02-14 17:23:29 UTC
my comment seems to be gone , so i send it again.

In netbeans7.3RC2 it is no longer possible to cut/copy graphical elements from one form and paste them into another form as it was in earlier versions of netbeans.

"cut" and "copy" are active, but "paste" and "duplicate" are greyed out and deactivated.

please have a look at this, as it seems like accidentally commented lines in former working code during some debugging session.