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

Summary: Array of Controls in Java
Product: guibuilder Reporter: yogeshmkumbhar <yogeshmkumbhar>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***