views:

208

answers:

2

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 =]

+1  A: 

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

Romain Hippeau
thanks for the help =]
bat
@bat if I answered your question, then please accept the answer.
Romain Hippeau
A: 
Favonius