Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.help Subject: Re: Baseline GUI Prototype? Date: Wed, 16 Nov 2011 09:45:48 -0800 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: <36dd636c-d9eb-4f75-8610-40ff6dbe3991@n35g2000yqf.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 16 Nov 2011 17:45:50 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="2434"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Ce2QFpkD639pMdPpUQRxEHgHIm5wXVUs=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <36dd636c-d9eb-4f75-8610-40ff6dbe3991@n35g2000yqf.googlegroups.com> Cancel-Lock: sha1:8n3cEMsX2h3RBzp1wIpMaqbEeP0= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.help:1362 On 11/16/2011 9:07 AM, Davej wrote: > > Ok, I've written command line code that way, but surely you don't > begin a desktop GUI project with nothing but an empty Main class. What > do you start with? Is there a standardized prototype? Thanks. Yes, I do. GUI classes get built fast enough using Matisse, the GUI builder in NetBeans. And I haven't found any way get a "standardized prototype" that includes the controllers and models that I need, so why bother? If you think you can get that thing to work, you're doing better than I. I'd appreciate any insights you might have as to why it's better. But I've definitely written small GUI apps and it's little trouble to use Matisse and just make the panels and frames you want.