Oracle's NetBeans IDE
The one tool you would want to have is NetBeans IDE.
Get it from the NetBeans or Oracle website. (Do a
search for NetBeans IDE.)
To start up Netbeans, double-click on its
desktop icon.
Using NetBeans
To create a new project: click File, New Project.
Select Java under the Categories header
and Java Application under the Projects header.
Give the project a name.
To Create a new Java class file: click File, New File.
Select Java under the Categories header
and Java Class under the Projects header.
Name the class.
Notice: Our colour coding follows that of Oracle's NetBeans IDE.
NetBeans
New Project