Well you could download Netbeans or Forte and use their GUI editor.
The code it generates is clean but you can't edit anything between
certain comments so it may be a little limiting. Personally I found
writing Swing by hand becomes quite easy after while.Louis ----- Original Message ----- From: "Michael Descher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 22, 2001 10:18 AM Subject: AW: [Eap-list] OFFTOPIC: Swing GUI design > I already thought so since I have been looking around the web for some time > now and did not find anything useful. I did some GUI stuff with C++ on OS/2 > some years ago and this is exactly the way I did it there (i.e. no GUI > builder). > > Thanks for the reply. Maybe other comments from someone else? > > Michael > > > -----Urspr�ngliche Nachricht----- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im > > Auftrag von Christoph Wagner > > Gesendet: Samstag, 22. Dezember 2001 15:51 > > An: [EMAIL PROTECTED] > > Betreff: RE: [Eap-list] OFFTOPIC: Swing GUI design > > > > > > Hi, > > > > > So I wonder if there is a good > > > Swing GUI designer (that does not have the overhead of a > > > full blown IDE) > > > that could be used together with IDEA, i.e. IDEA for coding > > > and the other > > > tool for GUI editing like in JBuilder. > > > > as far as I know, there exists no usable Swing-Builder. The only way > > to produce good, clean and fast Swing code is to code by hand. And if > > you know what you're doing you're even faster than anyone using a > > graphical builder. > > > > Ciao > > Campus > > > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
