| Author |
Desktop Aplication c++ & Java
|
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
Hi: I am an immigrant from vc++ to J2SE.In microsoft visual c++ when I wanted to create a for example dialog based application with several controls,it could be done simply in the IDE.I mean there were some icons or i'd better say self controls in IDE itself that I clicked them and made my desired controls.Just like copy and paste.So in few minutes you could create the layout of your application but in eclipse it seems that there is not such a thing.You should import some thing and mention for example the size,place and ... of your control. Is there any thing like ms visual c++ in Java to create the layout and controls fast by clicking (and so you must only think to OOP design and algorythm not to the size of controls)? Thanks Excuse my long message
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
|
You can try to use NetBeans IDE. It has a very nice GUI builder similar to the one in Visual Studio.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
|
Thank you Freddy
|
 |
Sharon whipple
Ranch Hand
Joined: Jul 31, 2003
Posts: 294
|
|
You can try IntelliJ IDE (not free) -excellent GUI editor Or http://www.jformdesigner.com/ (not free) Google search for "java swing sourceforge wysiwyg" give several freeware http://buoy.sourceforge.net/
|
 |
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
|
Thanks Sharon
|
 |
Burkhard Hassel
Ranch Hand
Joined: Aug 25, 2006
Posts: 1274
|
|
Jigloo is free for non-comercial use. http://www.cloudgarden.com/jigloo/ Yours, Bu.
|
all events occur in real time
|
 |
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
Thanks Bu too But What about eclipse itself?Does such fameous IDE have not GUI builder?or it's not free?
|
 |
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
oh I see.Jigloo can be used with eclipse.And also Jformdesigner Thancks
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
Eclipse has a Visual Editor. You might need to install it, I think it's not by default included in the standard Eclipse distribution. In Eclipse, go to Help / Software Updates / Find and Install... and look for "Visual Editor". Unfortunately the Eclipse Visual Editor project seems to be a project that has been standing still for a while, there haven't been updates to it in a long time... Have a look here for more info: Eclipse Visual Editor Project [ September 08, 2007: Message edited by: Jesper Young ]
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
cyrus khazaei
Greenhorn
Joined: Aug 28, 2007
Posts: 16
|
|
|
Thanks Jasper.
|
 |
 |
|
|
subject: Desktop Aplication c++ & Java
|
|
|