Re: GUI best practices?
- From: Karsten Lentzsch <karsten@xxxxxxxxxxxx>
- Date: Fri, 25 May 2007 20:35:06 +0200
Joe Attardi wrote:
[...]
Does anyone have any favorite resources for such best practices?
I doubt that anyone can provide "best" practices now.
That would require that experts and the community discuss
different approaches, compare approaches, risks, results,
and the costs for learning, programming, and maintenance.
I haven't seen this in the Swing scene.
I aim to provide "good" practices, things that worked
and worked well or quite well with the teams I worked in.
Here's my path to good practices: study patterns,
collect useful Swing complements, learn a bit about design.
I recommend to google "Organizing Presentation Logic"
and study Martin's text. Then have a look at my slides
"Desktop Pattern and Data Binding". Have a look at the
JSR 296, use a good L&f (what is good?), choose a layout
system appropriate for your needs, choose a data binding
strategy. See my slides "Dos and Dont's for Swing" or
"First Aid for Swing".
-Karsten
.
- References:
- GUI best practices?
- From: Joe Attardi
- GUI best practices?
- Prev by Date: Detecting Focus In A Tabbed Pane
- Next by Date: Re: Detecting Focus In A Tabbed Pane
- Previous by thread: Re: GUI best practices?
- Next by thread: Re: JTable Editing not take effect until hit Enter
- Index(es):