[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ajug-members]: GUI prototyping
> I mean rapid prototyping for GUI screens without
a lot of overhead
> or attention to underlying implementation. The ability to layout
> screens without worrying about the layout manager and other java-
> centric concerns.
Perhaps JBuilder could work. It has an XY layout that
allows you/designer to just drop components onto the form. It can then
convert that into a GridBagLayout or whatever, just by changing the Layout
Manager property for the form.
FYI - the difficulties of Swing and layout managers
(and the lack of good tools like your request) are why we switched to .Net
and WinForms...
Sean Durity