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 - Change the tree to a list in Browse Main Classes dialog
Summary: Change the tree to a list in Browse Main Classes dialog
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-05-11 16:08 UTC by jrojcek
Modified: 2006-03-24 09:51 UTC (History)
1 user (show)

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 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.