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 33552 - array of components
Summary: array of components
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 113187 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-13 08:32 UTC by gigica
Modified: 2008-04-28 16:58 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 gigica 2003-05-13 08:32:46 UTC
Hi,
I'd like it to be possible to have an array of components 
managed with the form editor (the code for declaration and 
instantiation/initialization generated by the IDE, not 
written manually). For example, if the user selected two 
or more components of the same type, they would be able to 
type an array name into the Name property (in the 
Properties window, Code Generation tab). An array 
declaration would be generated for an array of size equal 
to the number of components selected, that would contain 
those components. For initial setup of components (bounds, 
size, style, etc.), a for loop containing the 
corresponding code could also be automatically generated .
Comment 1 Tomas Pavek 2005-05-16 14:20:17 UTC
Not sure about this enhancement - seems quite specific (or marginal) feature to
me, still requiring lots of changes in current model. Don't think implementing
an array support would be worth the effort.
Comment 2 Tomas Pavek 2007-08-21 10:34:28 UTC
*** Issue 113187 has been marked as a duplicate of this issue. ***