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?