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 43107

Summary: Change the tree to a list in Browse Main Classes dialog
Product: projects Reporter: jrojcek <jrojcek>
Component: Generic Projects UIAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED FIXED    
Severity: blocker CC: phrebejk
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://projects.netbeans.org/nonav/buildsys/j2se-project-ui-spec.html#Dialog_Browse_Main_Classes
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

Description jrojcek 2004-05-11 16:08:57 UTC
Currently the dialog show the tree of all packages and classes. It 
should only contain a *list* of all main classes. See the spec for 
more info.
Comment 1 Jiri Rechtacek 2004-05-12 10:11:07 UTC
TreeView is used only as temporary solution, will be replaced with
JList (acquired from a query to java after done refactoring)
Comment 2 Jiri Rechtacek 2004-05-14 14:38:31 UTC
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerRun.java,v
 <--  CustomizerRun.java
new revision: 1.7; previous revision: 1.6
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.form,v
 <--  MainClassChooser.form
new revision: 1.2; previous revision: 1.1
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/MainClassChooser.java,v
 <--  MainClassChooser.java
new revision: 1.7; previous revision: 1.6
done
Comment 3 Marian Mirilovic 2005-12-20 15:49:17 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. Thanks in advance.