Powered by Blogger.

Monday 26 January 2015

Desktop Application

No comments :
Java Desktop Application: How to Make A Desktop Application and Open NetBeans See The Menu Bar go to the file Menu Click on the New Project(Ctrl+Shift+N) and Select Left site categories JAVA and Project categories to Right Site Project Java Application .You have to give The Program Name "DemoForm". if you wont to save Project Location you can Browse and File save on the direction place and Gone a default Place and Now uncheck the Main Class and then press the Finish button.you can see the project Status.


When you click left site Project Name and Right Click on the Source package go to the Java Class file.Next you have to give the Class Name as "DemoForm" and Source Name as "demoform" .click Finish.

Click on the Source Package go to Select JFrame form. you have to give JFrame form Name as "Registration" and Source package Name as "demoform". Click Finish.


You now need to add the interface (UI) elements to the form. when the form is open in Design view in the editor, The Palette appears in the left site in the IDE. To add and element to the form, drag the element from the palette into the form area. After you add an element to the form you need to modify the default value of the variable name Property for that element.



you see Program code forName of "Registration.java".

you see Program code for Name of "DemoFormjava".

OutPut Windows:

No comments :

Post a Comment

Please Write a Message for Programming or something Related issues.