Re: Java packages displaying options...
Milan Kubec <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Pavel Krupets wrote: > Hello, > > I am new to JavaBeans, and I don’t like Search engine on > www.NetBeans.org <http://www.netbeans.org/> (I couldn’t search in > mailing list only for instance), so: > > Is there an option that makes java packages to be displayed as > hierarchy (not as a list)? > > Default: > > [+] net.sourceforge.prj > > [+] net.sourceforge.prj.package1 > > [+] net.sourceforge.prj.package1.subpackage > > [+] net.sourceforge.prj.package2 > > I need: > > [+] net.sourceforge.prj > > [+] package1 > > [+]subpackage > > [+] package2 > Yes, there is option, go to Tools | Options, node IDE Configuration | Look and Feel | Package view and change its value to Tree View. You should send questions like this to nbusers mailing list, you would get sooner response. Milan > With regards, > > Pavel Krupets >