Creating New Java Project in IDELearn how to create a new Java project using NetBeans IDE From the menu on the top left, choose File-> New Project. The following pop up should appear.
Select Category as Java and "Java Application" in the Projects options. Click the "Next" button provided at the bottom of the pop up. Now the following popup should appear.
Congratulations!!. You have created your project to develop Java programs in NetBeans. Watch the Video:
|