How can I learn GUI java? I've been having some problems with places to learn. Can anybody reccomend a source?
Jack_11 -1 ProgrammingPenguin
Recommended Answers
Jump to Postyou are way to vague. what do you mean: GUI ?
evenSystem.out.println("1. new"); System.out.println("2. open"); System.out.println("3. save"); System.out.println("4. exit");
can be considered as a rudimentary GUI. are we talking about Swing, JSF, JavaFX, JSP, GWT UI-binding, ... ?
Jump to PostLazyCoder: that tutorial is crappy. Besides the fact that it uses out of date material (JDK6, ... ), for a beginner it is not good to start off with an IDE.
That tutorial doesn't teach you how to develop software using Java, it teaches how to use Netbeans.besides that: …
Jump to PostI would also avoid that tutorial site. Seems to have been written by someone whith limited knowledge and no experience of Java.
Eg One almost the first page I looked at I found:
variable names likeemail_address1
use ofBoolean
rather thanboolean
and (where isMatch is a Boolean)...if (isMatch …
Jump to PostTop of Java section thread created by James Java projects for learners pick any project from there, provide UI and post it here if you have any problems. I'm sure people will guide you
All 13 Replies
stultuske 1,116 Posting Maven Featured Poster

lazycoder
stultuske 1,116 Posting Maven Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

lazycoder
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
Jack_11 -1 ProgrammingPenguin
stultuske 1,116 Posting Maven Featured Poster
Violet_82 89 Posting Whiz in Training
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Violet_82 89 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.