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 113187 - Array of Controls in Java
Summary: Array of Controls in Java
Status: RESOLVED DUPLICATE of bug 33552
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 10:56 UTC by yogeshmkumbhar
Modified: 2007-08-21 10:34 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 yogeshmkumbhar 2007-08-20 10:56:02 UTC
How can I careate Control of arrays in Java Using NetBeanIDE-5.5 and send one event to all of the controls using one 
statement
Comment 1 Tomas Pavek 2007-08-21 10:34:38 UTC
Arrays of controls are not supported at this moment. But it is quite easy to create an array for the components 
manually - just one line of code. I'm not sure what you mean by sending the events - attaching an event handler to all 
the components at once? That should be possible even now (with multiselection). Just the array of components is not 
present in the GUI builder as an entity.

*** This issue has been marked as a duplicate of 33552 ***