Netbeans configuration problem
I am using Netbeans 6.8
The problem is that the projects explorer (that displays all the projects and their contents) displays each package as a node. For instance, if there is package hierarchy like this;
- com.mycompany.myproject.package1.package1.1
then it displays 5 nodes for the five packages which is very disturbing while development.
Is there any way by which I can configure it(Netbeans) so that it groups all the subpackages of a package under one开发者_运维百科 node and displays the subpackages only when I expand the package node?
In the Projects window, display the context menu without selecting a project, and go "View Java Packages as > List".
You can toggle between List or Tree view with that option.
精彩评论