Working In Netbeans
Friday, January 27, 2012 2:54:15 PM
. Install it and click to new in files then a pop-up comes with a title ''New Project'' , select ''Java '' from ctegories and ''Java application '' from projects: and then give the name to your project -- in the coding are write your code after a line ''public static void main(String args[]){ '' add your code to making a simple frame using AWT(abstract window toolkit) goto left handed project window right click on your project/file name and got to new then goto jFrame. You can add any tool like textfield , combobox , label from Pallete window .






