| Author |
eclipse + swing?
|
Johann Dobbins
Ranch Hand
Joined: Oct 16, 2008
Posts: 62
|
|
is there some sort of visual editor plugin for eclipse that most people use to do swing development?
or is swing development typically done just using code?
|
 |
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3026
|
|
Eclipse does have a visual editor (crazy enough it is called Visual Editor).
I have used it on occasion, but like every visual GUI builder I have tried, I hated the code it produced so I tend to write my own GUI code. I can't talk for the general Eclipse community though.
|
Steve
|
 |
Johann Dobbins
Ranch Hand
Joined: Oct 16, 2008
Posts: 62
|
|
|
ok, that is actually what i'm curious about, if the general eclipse development community generally uses a visual editor to produce code
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24039
|
|
|
Swing just seems to lend itself to handcrafted code. I believe that most Swing development is done "by hand."
|
[Jess in Action][AskingGoodQuestions]
|
 |
ahmad mayahi
Greenhorn
Joined: May 10, 2009
Posts: 19
|
|
|
http://www.jformdesigner.com/
|
 |
 |
|
|
subject: eclipse + swing?
|
|
|