Free Download + Java + GUI Builder

Any one could recommend a nice visual GUI builder for Java availabe free to download.
[92 byte] By [Er.Vela] at [2007-11-26 16:36:47]
# 1
I would recommend against using a GUI Builder.But if you insist there are plugins for Eclispe;Netbeans has one built in; might be others as well.
zadoka at 2007-7-8 23:01:45 > top of Java-index,Java Essentials,New To Java...
# 2

ok everyone in this forum.

i would like to recommend this idea:

for implementing GUI in java, we can use IDE like delphi, visual basic, etc.

but for java language: 1. netbeans > vendor > Sun

2. JBuilder > vendor > Borland

3. Visual J++ > vendor > Microsoft

besides using IDE, actually JDK for J2SE 1.4.x has already had features that can make user interfaces using standart scipting or coding.

for more information, you can read book:

title : A JAVA GUI

author : Fintan Culwin

Publisher : prentice Hall

you can contact me : clx321@gmail.com

" we can share our knowledge of java"

clx321a at 2007-7-8 23:01:45 > top of Java-index,Java Essentials,New To Java...
# 3

> i would like to recommend this idea:

> for implementing GUI in java, we can use IDE like

> delphi, visual basic, etc.

no you can't, they don't create Java bytecode.

> but for java language: 1. netbeans > vendor > Sun

> 2. JBuilder

> > vendor > Borland

> 3. Visual

> J++ > vendor > Microsoft

>

so?

> besides using IDE, actually JDK for J2SE 1.4.x has

> already had features that can make user interfaces

> using standart scipting or coding.

Gosh. Java's had that since 1.0 or earlier. It's called AWT (and now Swing as well).

> for more information, you can read book:

> title : A JAVA GUI

> author : Fintan Culwin

> Publisher : prentice Hall

>

And many other, probably better books.

jwentinga at 2007-7-8 23:01:45 > top of Java-index,Java Essentials,New To Java...