954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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
Moderator
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
 

You can use GuiGenie, also (it's freeware, search Google).

linux
Posting Shark
933 posts since Aug 2006
Reputation Points: 118
Solved Threads: 30
 
Why not use netbeans GUI builder?

because then you never learn to do it yourself, let alone do it properly.

jwenting
duckman
Team Colleague
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
Team Colleague
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
Team Colleague
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
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You