Ali
Ali

Reputation: 267267

How to open the 'Projects' panel in Netbeans

In Netbeans, to the top left of where the code is, there used to be two panels, one called 'Projects' where you could click a project name to open a tree of all the directories and files in it, and you could double click a file to edit it.

Below it is the navigation panel which shows the class names, methods, etc contained in the file you're viewing.

I accidently clicked the close button on the projects panel and can't figure out how to get it to open again, any ideas?

Upvotes: 48

Views: 74352

Answers (4)

Mohd Suhail
Mohd Suhail

Reputation: 1

In NetBeans 8.2 Go to Window->Navigator in menu bar or press Ctrl+7 and select Projects it will open a folder as work space .

Upvotes: 0

Abolfazl Miadian
Abolfazl Miadian

Reputation: 3159

just go to Window in menu bar and select Projects

 Window -> Projects 

Upvotes: 0

Tareq Mahmood
Tareq Mahmood

Reputation: 701

Click Window > Reset Windows will give you back the old state of all windows!

Upvotes: 69

zombat
zombat

Reputation: 94237

In Netbeans 6.8 on Windows, going to Window -> Projects brings it back for me. CTRL + 1 works as the shortcut.

Upvotes: 99

Related Questions