Saturday, 10 August 2013

How to Design a Swing GUI using Netbeans


Some people may consider creating GUI with notepad a way to show their talent, But Why we use Calculators then when we know all the maths, Just to save our time....


Learn GUI building in Java/Swing in 5 simple step

Assuming that Java Development Kit (JDK) is installed in your System.If not first download and install it from here.

1.Install Netbeans IDE 

If you don't have Netbeans just download it from here. Just select the version you want according to your needs and operating System you use.Now that the download is completed, just double click the installer file and follow the on screen wizard .

2.Create a new java project

Select new package in the file option in the menu bar.
Lets give the project name Demo.