Originally Posted by
helloworld922
I use both. The GUI designer is great for creating a base to work off of, but the part I like the most about Eclipse's GUI builder is the ability to basically modify the source file any way you want, letting you clean up and refine the way the GUI works, or even dramatically change its behavior or look via the code.
Naturally, once you have some experience and knowledge, it's a judgement call - how easy is the generated code to work with, can you (or will you want to) use the GUI designer on it once you've hacked it manually, how much is there to do, etc., etc. My point is that you shouldn't become dependent on a particular GUI designer, and you do need to know how to do the job manually