0% found this document useful (0 votes)
58 views3 pages

Next Steps: Introduction To Developing General Java Applications

The document provides instructions for adding a "Hello World!" message to a Java application created in NetBeans by replacing a line of code in the generated source file. It then lists several learning trails that are available in NetBeans to find information specific to different types of applications. The learning trails cover topics from basic Java programming to mobile, web, and enterprise applications.

Uploaded by

anon-368173
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views3 pages

Next Steps: Introduction To Developing General Java Applications

The document provides instructions for adding a "Hello World!" message to a Java application created in NetBeans by replacing a line of code in the generated source file. It then lists several learning trails that are available in NetBeans to find information specific to different types of applications. The learning trails cover topics from basic Java programming to mobile, web, and enterprise applications.

Uploaded by

anon-368173
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

ADDING CODE TO THE GENERATED SOURCE FILE (Net Beans, and Javaapps)

Because you have left the Create Main Class checkbox selected in the New Project
wizard, the IDE has created a skeleton class for you. You can add the "Hello World!"
message to the skeleton code by replacing the line:
// TODO code application logic here

with the line:


System.out.println("Hello World!");

_____________________________________________________________________________
___________________________

Next Steps
For a broader introduction to useful IDE features that are generally applicable to Java
application development, see Introduction to Developing General Java Applications.
To find information specific to the kind of applications you are developing, use the
NetBeans IDE learning trail for that type of application. Each learning trail contains a
series of tutorials and guides that range in scope from basic to advanced. The following
learning trails are available:

• Basic Java
Programming
• Ruby Applications
• ϑαϖα ΓΥΙ
• ΣΟΑ Αππλιχατιονσ
Αππλιχατιονσ
• ΥΜΛ Μοδελινγ
• Ωεβ Αππλιχατιονσ
• ΝετΒεανσ Πλυγ−ινσ ανδ Ριχη−Χλιεντ
• ϑαϖα ΕΕ
Αππλιχατιονσ
Αππλιχατιονσ
• Χ/Χ++ Αππλιχατιονσ
• Μοβιλε
Αππλιχατιονσ
MoreTraining
Developing Applications for the Java SE Platform
Java Programming Language

Support
FAQs
Sun Microsystems Support Plans

Documentation
Basic Java Programming
Java GUIs
Java Web Applications
EJB & Web Service Applications
Mobile Applications
SOA Applications
UML Modelling
PHP Applications
Ruby Applications
C/C++ Applications
NetBeans Modules and Rich-Client Applications
Sample Applications
Demos and Screencasts

And More Training


Contribute Documentation!
Docs for Earlier Releases

You might also like