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 - Missing "Run File" for form file in explorer's popup-menu
Summary: Missing "Run File" for form file in explorer's popup-menu
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-07-28 10:11 UTC by Jaromir Uhrik
Modified: 2006-03-24 10:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.