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 105850

Summary: REF: Refactoring of form in desktop project should copy file resources too
Product: guibuilder Reporter: Jiri Vagner <jvagner>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: resource-files-copy.jpg

Description Jiri Vagner 2007-06-06 12:28:38 UTC
Moving AboutBox dialog in Java Desktop Basic project to new package should copy
about.png file into new resource package of AboutDialog.
Comment 1 Jiri Vagner 2007-06-06 12:33:07 UTC
Created attachment 43294 [details]
resource-files-copy.jpg
Comment 2 Jiri Vagner 2007-06-06 12:42:42 UTC
Steps to reproduce:
 - Create Java Desktop Basic project
 - Create new package
 - Move AboutBox dialog into new package
 - Check the content of new resources subpackage

"imageLabel.icon" key in AboutBox.properties file points to about.png file, but
the package does not contain this image.
Comment 3 Tomas Pavek 2010-08-25 12:52:50 UTC
We won't implement file copying/moving, it's difficult to determine which files are needed for given GUI form by the framework, though some heuristic could be possible. But JSR-296 support is stopped.

*** This bug has been marked as a duplicate of bug 106831 ***