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 46655

Summary: Missing "Run File" for form file in explorer's popup-menu
Product: guibuilder Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: Jan Stola <jstola>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

Description Jaromir Uhrik 2004-07-28 10:11:50 UTC
[200407271830; j2sdk1.5b59]
The "Run File" item must be available for all java
files containing main method - I am missing it for
form files now.
Comment 1 Jan Becicka 2004-07-28 10:16:04 UTC
Run File item is registered by projects.
Comment 2 Petr Hrebejk 2004-08-04 13:55:28 UTC
Hmm. The Run action is not added by java/project to the set of actions
in JavaDataLoader. But java/project can hardly do the same for form
objects. (Module depswould be pretty strange). The form has to either
somehow copy the actions from JavaDataLoader or add the run  action in
similar way java/project does (wrapper etc.)
Comment 3 Jan Stola 2004-08-05 14:54:17 UTC
Fixed.
Comment 4 Jaromir Uhrik 2004-08-17 10:48:21 UTC
Verified in 200408170540; jdk1.5.0-rc-b63.