Hello Everyone,
I am looking for a good Java GUI designer that allows for the easy
creation of Swing based UI's. If possible, I'd like to find a few free
ones as I simply don't have the money to purchase one right now (I
seriously considered Foam but can't even afford the $200 atm). Can
anyone recommend one?
Thanks,
A.
Christophe Vanfleteren - 28 Jan 2004 18:32 GMT
> Hello Everyone,
>
[quoted text clipped - 6 lines]
> Thanks,
> A.
There are gui editors for Netbeans and Eclipse (as a plugin). Both are free
and opensource.

Signature
Kind regards,
Christophe Vanfleteren
Andrew Thompson - 28 Jan 2004 19:03 GMT
"Christophe Vanfleteren" ...
....
| > I am looking for a good Java GUI designer that allows for the easy
| > creation of Swing based UI's. If possible, I'd like to find a few free
| > ones
....
| There are gui editors for Netbeans and Eclipse (as a plugin). Both are free
| and opensource.
You might also check here for ideas..
http://www.jgoodies.com/freeware/index.html
--
Andrew Thompson
* http://www.PhySci.org/codes/ Web & IT help
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site
Karsten Lentzsch - 28 Jan 2004 20:27 GMT
> I am looking for a good Java GUI designer that allows for the easy
> creation of Swing based UI's. If possible, I'd like to find a few free
> ones as I simply don't have the money to purchase one right now (I
> seriously considered Foam but can't even afford the $200 atm). Can
> anyone recommend one?
I provide Forms, a no-charge open source layout system.
Forms helps you build elegant Swing panels quickly,
it makes simple things easy and the hard stuff possible,
the good design easy and the bad difficult.
Forms can do several things that other layout managers
or layout systems, or visual designers can't do. Anyway,
the project's primary goal is to reduce the costs and time
necessary to lay out and implement multi-platform design.
There are a bunch of GUI builder projects that are in
the process of adding support for the JGoodies Forms.
AFAIK, none of these projects is ready to be shipped.
However, I'd recommend to give hand-coding a (last) try.
If you have paper for the design drafts and an IDE that
offers hot code swap you can work quite well with the
Forms even without a visual builder.
The JGoodies Forms Demo utilizes the Forms and shows
a bunch of layout tasks that you cannot implement with
the GridBagLayout, or TableLayout - although these are
essential for screen design.
Hope this helps,
Karsten Lentzsch
JGoodies :: Java User Interface Design
Project home - https://forms.dev.java.net/
Downloads - https://forms.dev.java.net/ProjectDocumentList
Forms Demo -
https://forms.dev.java.net/servlets/ProjectDocumentList?folderID=621
Articles & Presentations - http://www.jgoodies.com/articles/