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 91135 - Store .form files in a seperate package
Summary: Store .form files in a seperate package
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 18:23 UTC by anikkar
Modified: 2006-12-15 18:23 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 anikkar 2006-12-15 18:23:08 UTC
Request to store the .form files to a different location, but
maintain their relationship with the .java file. This would be handy
when a large number of Java classes are located within one package
especially if using a different editor) An example would be:

gui\MainFrame.java
gui.MainPanel.java
gui\HelpDialog.java
gui\forms\MainFrame.form
gui\forms\MainPanel.form
gui\forms\HelpDialog.form