Gui
Could someone please give me examples of a full GUI code.. Where I can find it to be precise.. Like images of it along with the java source code..thank you
dami06
Junior Poster in Training
91 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
Why not use netbeans GUI builder?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Why not use netbeans GUI builder?
because then you never learn to do it yourself, let alone do it properly.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
because then you never learn to do it yourself, let alone do it properly.
I agree but sometimes GUI builders are needed. For massive projects where time is a big constraint. No one would want to code every button position, combobox, tab control etc from scratch?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
In fact most real projects DO code a lot of Swing code by hand, simply because most GUI builders produce such terrible results or results that aren't portable between environments (they put in their own classes which people on the team using other tools won't have, and sometimes are stupidly disallowed from distribution with the application).
And of course, if you don't learn how to do things, you never learn.
OP wants to learn how to write Swing code, but all you tell him is not to bother and use a graphical tool to plug things together.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
>In fact most real projects DO code a lot of Swing code by hand
Eww, that's yucky. Yay for visual studio.:cheesy:
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
most people code most C# and C++ GUI code by hand as well ;)
And VB isn't programming...
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Hmm, the strength of visual studio is that they've made the GUI builder an integral part of the IDE. I have always assumed large scale projects made use of all these features.
Shouldn't they?
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439