Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications

Category: Programming
Author: Chet Haase, Romain Guy
4.2
All Stack Overflow 8

Comments

by pjmlp   2022-05-10
Yes, the authors of those applications failed to read books like Filthy Rich Clients.

https://www.amazon.com/Filthy-Rich-Clients-Developing-Applic...

by pjmlp   2022-03-06
No they aren't, provided that the developers actually bother to read books like "Filthy Rich Clients".

https://www.amazon.com/Filthy-Rich-Clients-Developing-Applic...

by kumarm   2021-08-16
Their Rich UI clients with Java Swing was common presentation during Java One's. They wrote a book later: https://www.amazon.com/Filthy-Rich-Clients-Developing-Applic...
by anonymous   2017-08-20

There has been some advancements in the GUI front in Java.

For example, beginning from Java 6 Update 10, it is possible to make transparent and shaped windows (i.e. arbitrarily-shaped windows commonly seen in media players) in Java:

How to Create Translucent and Shaped Windows

Filthy Rich Clients: Developing Animated and Graphical Effects for Desktop Java Applications by Chet Haase and Romain Guy is a good book full of tips on making advanced GUIs in Swing.

by anonymous   2017-08-20

Swing is very flexible with regards to look-and-feel and you can certainly make very good looking applications with Swing.

I recommend the book Filthy Rich Clients by Chet Haase and Romain Guy if you want to learn how to make nice Swing GUI applications.

by anonymous   2017-08-20

Yes, Swing is very customizable. I recommend reading Filthy Rich Clients.

For an example, have a look at Cezanne L&F.