Hallo all.
I just started to write myself an addressbook, but there seem to be so
many layouts. Is there a listing available on
- the various layouts
- advantage/disadvantage of a layout over the others
- typical/intended use of a layout.
?
There is the Effective Java Swing tutorial [recommended by the Swing
FAQ] on the Sun site, but is there a tabular /editable representation
available online? Something to use as a quick reference (+:
Regards,
Abhishek
Bart Cremers - 27 Sep 2006 07:35 GMT
> Hallo all.
> I just started to write myself an addressbook, but there seem to be so
[quoted text clipped - 10 lines]
> Regards,
> Abhishek
You can start from this page in the swing tutorial:
http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html
and go on from there if you want to know more detail about the
different layoutmanagers.
Regards,
Bart