Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open the 'Projects' panel in Netbeans

Tags:

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?

like image 359
Ali Avatar asked Jul 14 '10 22:07

Ali


People also ask

How do I open a project Window in NetBeans?

Right-click the module project, choose New > File/Folder and choose Window Component from the NetBeans Module Development category. Click Next. Choose editor in the drop-down list and select Open on Application Start.

Where can I find NetBeans Projects?

In NetBeans, select "File" from the menu bar, then "Open project..." and select the location where the file was saved from RobotBuilder. The project will be opened and you will see it in the "Projects" tab on the left side of the NetBeans window.

Why project is not showing in NetBeans?

The root cause is that the java version was upgraded to 11 along with the OS. You can fix this by doing one of the following: Change the default jdk/jre version in the OS to java 8 . Change the jdk version to 8 in Netbeans by changing its configuration (etc/netbeans.


2 Answers

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

like image 129
zombat Avatar answered Oct 25 '22 13:10

zombat


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

like image 20
Tareq Mahmood Avatar answered Oct 25 '22 14:10

Tareq Mahmood