Link to home
Start Free TrialLog in
Avatar of jedistar
jedistarFlag for Singapore

asked on

GUI drawing for Java

I would to know if there are any java GUI designer to design
Java Swing applications, such that you can drag/drop
textbox, dropdownlist from menus to paste onto the form.
Can i double click the control and write code for it..
Basically i need to do a swing app.

I have only used VS.NET 2003 to design forms with textboxes, labels, combobox, etc on VB.NET before.

I downloaded NetBeans & JCreator latest from java website.
Not sure can netbeans or JCreator do this..
Avatar of hoomanv
hoomanv
Flag of Canada image

NetBeans IDE and JBuilder I have GUI design experiences with both of them
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jedistar

ASKER

How do i design GUI using NETBEANS IDE 5.0 (i installed it)
Is it possible to describe to me in step by step to create a swing app
with label textbox and some controls, thanks.
actually i created the form already, my question is how do i put it the codes..to which section?
so that when the swing form hits submit, it does the job
double click on that button and netbeans would create an actionlistener for you to implement the task
Or you can use Eclipse with some plug-in like Jigloo.