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"
> 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.