I need to build a large Swing application. I read some
tutorial books and articles, but got disappointed because
each of them has only examples,
or very small example applications, none
of them talking about the considerations and practical
techniques in buiding large Swing applicaitons, or
none of them talking about these things systematically.
By considerations and techniques I mean
what patterns are most often used in what places.
how to manage/switch many screens
how to build fast applications
maintain menu item enabling/disabling status
application initialization
general application structure
......
I would be very grateful if anybody could provide any informaiton
about related sites or links or articles or books.