Filthy Rich Clients refers to ultra-graphically rich applications that ooze cool. They suck the user in from the outset and hang on to them with a death grip of excitement. Filthy Rich Developing Animated and Graphical Effects for Desktop Java™ Applications shows you how to build better, more effective, cooler desktop applications that intensify the user experience. The keys to Filthy Rich Clients are graphical and animated effects. These kinds of effects provide ways of enhancing the user experience of the application through more attractive GUIs, dynamic effects that give your application a pulse, and animated transitions that keep your user connected to the logical flow of the application. The book also discusses how to do so effectively, making sure to enrich applications in sensible ways. In-depth coverage includes Code examples illustrate key concepts, and the book’s companion Web site, , includes extensive demos, utility libraries, additional information on related technologies, and more. Informal, fun, and, most of all, useful, this book is great for any developer working with Java to build desktop applications.
A superb book for anybody who is interested in programming 2D graphics in Java via the AWT and Java2D APIs. Covers the graphics pipeline, rendering mechanics, some threading and scheduling issues, basic animations, effects tricks (simulated shading, reflection, use of gradients, etc.), and lots of solid, practical advice and performance tips. Also good advice on when and where each of these things is actually useful in a UI, rather than obtrusive.
The authors are key players in the design of these APIs, so the have the chops to write about this material authoritatively, but they do so without becoming bogged down in erudition or self-justification (compare, say, to Bjarne Stroustrup's The C++ Programming Language). Accessible writing style and medium-extended examples. Some Amazon reviewers were frustrated with the downloadable code examples, but I can't speak to that, as I haven't tried them. I did find the code examples in the text fairly straightforward to work from and extend.
An oldie now but quite a fun read and taught me a lot of graphics concepts we now take for granted with new generation frameworks like Android, jquery e.t.c - probably still a good read just to find out about the algorithms that make cool animations possible and all that