Hello, i was just wondering what is the easiest way for me to start creating GUI's using eclipse? Thanx!
Printable View
Hello, i was just wondering what is the easiest way for me to start creating GUI's using eclipse? Thanx!
check out applets and jfc/swing classes...
don't think eclipse really has any unique gui-creating tools within itself.
I've always found netbeans much better for GUI design
Ya, I almost forgot about netbeans.
I installed it but im not sure which type of project to start in order to have the drag and drop functionality, what should I choose?
http://www.vbforums.com/images/ieimages/2007/01/1.gif
It's available in all type of projects that include a GUI design.
ok here is exactly what I did, first I created a new project in netbeans under general->java application.
Now how do I get to the GUI tools???
All I see is the automatically generated code. What do I have to click to get to the GUI tools. Thanks
Nevermind I figured it out, all you have to do is add a new file and find the GUI file thingy.