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 237696 - It would be nice to wrap UI Elements added under "Other Components" in factory methods
Summary: It would be nice to wrap UI Elements added under "Other Components" in factor...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 08:03 UTC by andrei tchijov
Modified: 2013-10-27 13:51 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 andrei tchijov 2013-10-27 08:03:40 UTC
The primary reason to have detached UI elements ("Other Components") is so we can add them later programmatically.  It would be nice if all initialization code for such components would be wrapped into individual factory methods (private or protected).  This will allow to create multiple instances of such components on demand.