How make a new Java project using NetBeans(Java)

Make a new project in NetBeans. If you don't have NetBeans please download it from following link

NetBeans



Select "Java" and "Java Application"  click Next.


Now give a name for a your project & set path where your project to save.

Unchecked  Create main class and click finish.


Your project will create. It will show in your left side.

Double click on your project & again double click on Source Packages .

Right click on <default package>, New,  JFrame Form...


Give a name & Finish.


Now your Frame is created. 


Next time we will see How send a e-mail by using Java application.







2 comments: