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 50203 - Simplify new class dialog
Summary: Simplify new class dialog
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-10 17:35 UTC by spf
Modified: 2013-09-04 13:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spf 2004-10-10 17:35:22 UTC
The new class dialog has several fields that are
unnecessary for the most common use of creating a
new class. Things such as the project in which the
class should be created and the filename to give
the file are almost never modified. Anything other
than "Name", "Package", "Ok" and "Cancel" should
be removed.
Comment 1 Jan Becicka 2004-10-19 17:23:20 UTC
Jano, please evaluate.
Comment 2 jrojcek 2004-10-21 12:30:39 UTC
I agree that the Project field is probably unnecessary and the information about the project 
could be moved somewhere else.

The Location field has to stay there otherwise the user can't specify a different source root. 
The Created File field provides an information about the full file path (it can't be modified!) 
and we might consider removing that.
Comment 3 Jan Becicka 2005-02-11 08:39:23 UTC
It is implemented in java/project
Comment 4 jrojcek 2005-10-13 17:34:15 UTC
This is an enhancement.