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 74673 - better handling of main class selection.
Summary: better handling of main class selection.
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
: 76854 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-10 11:10 UTC by Milos Kleint
Modified: 2007-02-22 10:46 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 Milos Kleint 2006-04-10 11:10:09 UTC
the current UI requires to select main class everytime the project is run.

1. it should be persisted, when just one main class exists, preselect it.
possibly not show the dialog at all.
2. it's currently not possible to enter arguments to the main class..
Comment 1 Milos Kleint 2006-05-30 15:00:29 UTC
done.
added a text field for arguments.
persisting and preselecting the selected main class.

unfortunately it's not possible to skip the dialog in case of just one main
class, because it would not be possible to se/reset the arguments when running
the project.
Comment 2 Milos Kleint 2006-05-30 15:03:31 UTC
*** Issue 76854 has been marked as a duplicate of this issue. ***