Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open NetBeans methods tree panel?

I just closed the methods tree panel in netbeans but now I cannot find how to open it back. I need to see the code methods and fields in a tree view. Where can I reopen the panel in netbeans?

like image 212
user592704 Avatar asked Apr 27 '11 19:04

user592704


People also ask

How do I open options in NetBeans?

You open the Options window by choosing Tools > Options. (On Mac OS X, choose NetBeans > Preferences.)

How do I open project structure in NetBeans?

In NetBeans IDE, choose File > Open Project. In the file chooser, select the project and click Open Project.

How do I show Properties tab in NetBeans?

In the Projects window, right-click the System Properties project and choose Properties.

How do I open a Javadoc in NetBeans?

Displaying Javadoc The Javadoc for this element is displayed in a popup window. From the menu bar, select Window > IDE Tools > Javadoc Documentation to open the Javadoc window, in which the documentation is refreshed automatically for the location of your cursor.


2 Answers

You can open the navigator window from the menu "Window / Navigating / Navigator" or just press CTRL + 7.

like image 70
Sai prateek Avatar answered Sep 27 '22 20:09

Sai prateek


press ctrl + 7 if I understand what you mean

like image 26
Felix Vetsper Avatar answered Sep 27 '22 22:09

Felix Vetsper