This tutorial will cover the steps to create a new project, learn the different parts of the IDE, and learn how to edit code in Netbeans. We will code a simple Tutorial program to demonstrate this. The Tutorial program will be used for the remainder of the tutorials, so make sure you don't delete it once you are done with this tutorial.


Step 1: Create a new project

newprojectdialog1

newprojectdialog2


Step 2: Parts of the IDE

partProject

output

main


Step 3: Print some numbers!

testcode

You can learn how to compile and run your program in the next tutorial.