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 190780 - Add the ability to refactor out GUI components
Summary: Add the ability to refactor out GUI components
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 18:37 UTC by devon_c_miller
Modified: 2010-10-05 18:37 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 devon_c_miller 2010-10-05 18:37:44 UTC
I'm remediating some ancient GUI code (circa NB4). The GUIs were constructed as single forms. The form file for one is over 10,000 lines of xml.

It would really help if I could select a component in the gui builder and have the option of refactoring it out to its own form.

Suppose a JTabbedPane, holding 8 tabs, each full of controls. I'd like to be able to select a tab, and be have the option of refactoring that tab to it's own tabX.form and tabX.java.

I realize there will be lots of cases that cannot be handled. But even if it just told me that it can't because "method x references field y", that would be a tremendous help.