| Author |
Swing with eclipse IDE
|
kc pradeep
Greenhorn
Joined: Mar 05, 2011
Posts: 27
|
|
Hi,
Is there way I can quickly develop GUI applications in Eclipse? Is there any plugin or somewhere where I can just drag and drop to develop UI?
|
OCPJP 6
|
 |
Luigi Plinge
Ranch Hand
Joined: Jan 06, 2011
Posts: 441
|
|
|
Eclipse has built in SWT support, which is a competing technology to Swing. Not sure about plugins. You should probably try NetBeans, as this has a very good built-in Swing GUI creator, with drag-and-drop. This is often cited as NetBeans' advantage over Eclipse.
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
Luigi Plinge wrote:You should probably try NetBeans, as this has a very good built-in Swing GUI creator, with drag-and-drop.
Unless you have considerable experience in hand-coding Swing GUIs, you probably shouldn't. The visual designer aka Matisse is not a beginners' tool.
You can learn about using Swing here: Creating a GUI With JFC/Swing
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32595
|
|
|
This thread would sit better on our GUIs forum. Moving.
|
 |
sean lopez
Greenhorn
Joined: Oct 31, 2008
Posts: 25
|
|
I would recommend looking into Rich Client Platform (RCP). RCP is new to Eclipse 3.0. If you are interested check out the tutorials and other information you find here: http://www.eclipsepowered.org/rcp.html
|
Test Management
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
Eclipse doesn't come with a GUI builder out-of-the-box like NetBeans, but you can get Google WindowBuilder Pro (for free) which is an Eclipse plug-in that adds a good GUI builder to Eclipse.
WindowBuilder Pro used to be a commercial product that cost money, but Google bought it and made it available for free.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Carey Brown
Ranch Hand
Joined: Nov 19, 2001
Posts: 159
|
|
You might try the Jigloo plugin for Eclipse. I've been using it at home for a year and I'm very impressed. It's free for non-commercial use.
http://www.cloudgarden.com/jigloo/
|
 |
 |
|
|
subject: Swing with eclipse IDE
|
|
|