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

Summary: Simplify new class dialog
Product: java Reporter: spf <spf>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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.