Re: GUI best practices question
- From: "VisionSet" <spam@xxxxxxxxxxxx>
- Date: Tue, 07 Feb 2006 22:54:43 GMT
<anithri@xxxxxxxxx> wrote in message
news:1139351970.960550.116110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It's not the number of components (i.e. Labels, Buttons, TextFields...)
Then it really isn't a GUI issue at all. It just comes down to something
simiar to
which is the quicker:
for (int i = 0; i < 100; i++);
or
for (int i = 0; i < 10; i++);
for (int j = 0; j < 10; j++);
and the answer really is who cares?
As before design maintainable elegant code and forget performance until you
know it matters.
With your examples, it won't.
On the other hand there is a debate on here...
http://groups.google.co.uk/groups?hl=en&lr=&safe=off&num=10&q=layout+group%3Acomp.lang.java.*+author%3AKarsten+author%3ALentzsch&safe=off
....about *style* issues regarding nesting containers and layouts versus a
flatter model such as the TableLayout from JGoodies et al.
http://java.sun.com/products/jfc/tsc/articles/tablelayout/
http://www.jformdesigner.com/doc/help/layouts/tablelayout.html
--
Mike W
.
- References:
- GUI best practices question
- From: anithri
- Re: GUI best practices question
- From: Oliver Wong
- Re: GUI best practices question
- From: anithri@xxxxxxxxx
- GUI best practices question
- Prev by Date: Re: GUI best practices question
- Next by Date: sun application server lookup jdbc resources
- Previous by thread: Re: GUI best practices question
- Next by thread: Re: GUI best practices question
- Index(es):