VA Java was terrible and has at last met its overdue demise a few years ago with the release of WSAD.
JBuilder is the ONLY one I've used in 8 years of working with Java that produces code that's close to being passably human readable (and of course JBuilder is the only one that offers true two-way development).
All that said, the best GUIs are created by hand. GUI builders are nice for prototyping but as soon as things get complicated (like components that need to be dynamically shown as a function of other components or options) they fail.
And the code they produce is rarely more than marginally efficient.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Hi everyone,
the best GUIs are created by hand
This is why since the release of the first java version of awt i have always used a Java ide that has no gui builder not because i am technically backward but its because its the best way of doing things.
Richard West
freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
what I sometimes do is create a prototype in the GUI builder of JBuilder to get somewhere towards the basic layout and then heavily modify it by hand.
Especially easy for getting the core components of the screen laid out like the menubar, toolbar, and statusbar, which are fairly static :)
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337