Difference between revisions of "Netbeans/C2/Introduction-to-Netbeans/English"
(Created page with '[http://spoken-tutorial.org/wiki/images/4/44/Introduction_to_Netbeans_-_Resources.zip Resources for "Introduction to Netbeans"] {| style="border-spacing:0;" | style="border-to…') |
Pravin1389 (Talk | contribs) |
||
Line 207: | Line 207: | ||
− | As an extension to the | + | As an extension to the KeyboardInputReader program, |
Latest revision as of 10:57, 12 May 2014
Resources for "Introduction to Netbeans"
|
|
Show slide number 1 | Hello everybody.
|
Switch to Browser to show Netbeans Website | * Netbeans is a free and open-source Integrated Developement Environment available at www.netbeans.org.
|
Switch to Slide 2
Pre-Requisites |
To finish this tutorial, basic knowledge in the Java Programming Language is necessary.
|
Slide 3
System Setup |
To get started with Netbeans,
|
Slide 4
Lesson Outline |
In this tutorial , we will look at the installation of Netbeans,
get familiarised with the interface of Netbeans, and Create a sample Java Project. |
Switch to Browser
|
Let us first look at first installing the IDE.
|
Switch to Netbeans Window | Let us now look at the Netbeans Window.
|
Menu Bar
|
The main menu provides most of the commands you need to use Netbeans, including
|
Creating a Project | Creating a Project
|
To create an IDE project:
In the menu bar, choose File > New Project.
The project is created and opened in the IDE. You should see the following components:
In the main class, I have now entered a sample java code, which reads input from the keyboard and gives an output indicating if is a whole number or a floating point number I am now copying this code which was written earlier, and pasting it into the main class. | |
Running the Project | When you run a java application, the IDE:
Right-click on the project node in the Projects window, and select the Run option.
|
Switch to Slide 5
(Assignment) |
Now to the Assignment
|
Switch to Netbeans Window
|
I have created my Temperature Convertor Project.
When I run this project, the IDE prompts me for the input temperature in Output terminal below the workspace. |
Slide 6
About the Spoken Tutorial Project |
The video available at http://spoken-tutorial.org/What_is_a_Spoken_Tutorial summarizes the Spoken Tutorial project.
If you do not have good bandwidth, you can download and watch the videos. We conduct workshops using Spoken Tutorials. We also give certificates to those pass an online test. Please contact us more details. |
Switch to slide number 7
(Acknowledgement) |
This project is co-ordinated by www.spoken-tutorial.org.
|
Switch to slide number 7
(Thank You) |
Thank you this is Sindhu, from IT for Change signing off.
|