Netbeans configuration problem
Posted
by Yatendra Goel
on Stack Overflow
See other posts from Stack Overflow
or by Yatendra Goel
Published on 2010-04-23T20:51:35Z
Indexed on
2010/04/23
20:53 UTC
Read the original article
Hit count: 144
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?
© Stack Overflow or respective owner