Where Can Beginners Find Java NetBeans Learning Sites?

  • Context: Java 
  • Thread starter Thread starter Raghav Gupta
  • Start date Start date
  • Tags Tags
    Java
Click For Summary

Discussion Overview

The discussion revolves around finding resources for beginners to learn Java programming using the NetBeans IDE. Participants seek tutorials and examples that cover procedural programming and specific coding tasks within the context of Java Swing applications.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • Some participants inquire about websites that provide tutorials for learning Java with NetBeans, specifically for beginners.
  • One participant requests resources that explain procedural programming, expressing a need for examples beyond object-oriented programming.
  • Another participant shares a code snippet for a simple sum application in NetBeans and seeks further resources that cover similar coding tasks.
  • Some participants clarify that NetBeans is an IDE and suggest starting with Java Swing tutorials for creating applications.
  • There are requests for links to sites that provide a variety of Java Swing programs and examples, including specific applications like palindrome checkers and simple calculators.
  • Participants express a desire for resources that include basic Swing components and their usage in applications.

Areas of Agreement / Disagreement

Participants generally agree on the need for resources that focus on procedural programming and specific coding examples in Java Swing. However, there is no consensus on the best sites or resources, as different participants suggest various links and types of content.

Contextual Notes

Some participants express uncertainty about the availability of comprehensive resources that cover both the basics of Swing components and practical coding examples. There are mentions of links that provide limited examples or require payment for full access.

Who May Find This Useful

Beginners in Java programming, particularly those interested in using NetBeans and learning about Java Swing applications.

Raghav Gupta
Messages
1,010
Reaction score
76
Are there any sites for learning Java netbeans?
For beginners?
 
Technology news on Phys.org
Raghav Gupta said:
Are there any sites for learning Java netbeans?
For beginners?
Here is a good Hello World tutorial for getting started with Netbeans.
 
Thanks, but is there any other site explaining procedural programming. This site is explaining object oriented programming involving classes, voids etc. Like for example I have to create a sum application of two numbers in netbeans.
I go in the button source code, go beneath private void.
Code:
int a= Integer.parseInt(jTextField1.getText());
int b=Integer.parseInt(jTextField2.getText());
int c=a+b;
jTextField3.setText(""+c);

Are there any sites explaining these type of codings in netbeans, this was a basic one.
See for example this site , although it gives one code only
http://www.thetrozone.com/cbse-class-12-ip-informatics-practices-java-project-practical-assignment-how-check-if-number
 
Last edited by a moderator:
Netbeans is an IDE (Internet Development Environment) where you write Java code. IDEs are designed to assist with writing your code and aren't a language that you learn. The link that I provided shows how to set it up so that you can create Java applications.
Raghav Gupta said:
See for example this site , although it gives one code only
http://www.thetrozone.com/cbse-class-12-ip-informatics-practices-java-project-practical-assignment-how-check-if-number
Your example shows how to write the code for a button in a Java Swing application. It doesn't give the code for the rest of the application which appears to require payment. If you want to learn how to create a simple Java Swing application, I would suggest starting with the Java Swing tutorials.
 
Last edited by a moderator:
Yeah thanks this is only what I wanted swing application.
The site you have provided discusses only one code and explains all that controls.
If you can give links showing variety of programs it would be helpful.
 
I don't want details of swing components and different types of swing components.
But some programs made out from it or code for a button in Java swing application.
Like checking if a number is palindrome or making a simple calculator or rounding off the digits,
Password checker, or finding the sum of digits of a number etc by inputting in a text field
and getting result by clicking a button.
 
Borg said:
Try this site with full Swing examples.
Sorry for asking so much help but can you give a last one link involving basic Swing programs and basic swing components like button,label,text field,text area.
This is sure that I am wanting swing applications, thanks for interpreting it in 4th post.
 
Raghav Gupta said:
Sorry for asking so much help but can you give a last one link involving basic Swing programs and basic swing components like button,label,text field,text area.
This is sure that I am wanting swing applications, thanks for interpreting it in 4th post.
There are 19 Data Validation program examples in the link that I supplied. I don't know what more I can provide for you.
 
  • #10
Borg said:
There are 19 Data Validation program examples in the link that I supplied. I don't know what more I can provide for you.
No problem. I think I am wanting some specific programs but for their code I would ask later in some another thread or figure out myself if I would have any query. It's better to practice then only reading.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K