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

Summary: Store .form files in a seperate package
Product: guibuilder Reporter: anikkar <anikkar>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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