I am trying to create a java GUI project for school using Eclipse Visual Editor with Swing. But i am having a lot of issues learning this since this is the first time i am making a GUI.

Like when i drag JPanel into my screen, it creates a function for it, but how do i call it in a separate file?

I guess my question is does anyone know of any good resources that can help me learn how to use visual editor (links, books, youtube videos, examples)?

Thanks =]

link|improve this question

0% accept rate
1  
The VE in Eclipse totally sucks. If you want to use a GUI designer with Swing - better take a look at NetBeans... – Bozhidar Batsov Jun 5 '10 at 5:36
All Swing development I have seen is typically done by hand. Isolate your pieces into smaller panels and simply glue those panels together. – Romain Hippeau Jul 25 '10 at 14:22
feedback

2 Answers

Here are a couple of tutorials for using the Visual Editor.

http://www.ibm.com/developerworks/opensource/library/os-ecvisual/
and
http://www.cs.siu.edu/~wainer/484S05/visEdit/eclipseVE.pdf

Here is the Swing Tutorial

link|improve this answer
thanks for the help =] – bat Jun 4 '10 at 19:46
@bat if I answered your question, then please accept the answer. – Romain Hippeau Jun 6 '10 at 18:29
feedback

If you are learning to create swing application and you need a visual editor for that; then I suppose you should be using NetBeans IDE.

http://netbeans.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.