The source code, demos and examples for the chapters 8 and 9 of Filthy Rich Clients are available online. These chapter present image processing and glass panes.
The source code, demos and examples for the chapters 8 and 9 of Filthy Rich Clients are available online. These chapter present image processing and glass panes.
I only tried the examples in chapter 9 but two of them don’t build.
GlassDragAndDrop:
There are calls to GraphicsUtilities.createTranslucentCompatibleImage which doesn’t exist. Changing them to GraphicsUtilities.createCompatibleTranslucentImage seems to do the trick.
GlassPanePainting:
Netbeans didn’t like this unused import. import javax.media.j3d.Clip;
Remove it and voila.
Salut
BTW, the links to the new examples on the https://filthyrichclients.dev.java.net/ page actually point to the chapter 7 zip file.
Iqd: Actually, these demo links match the style of the link. Chapters 8-19 of the book are simply copies of chapter 7 over and over again. 7 was such a good chapter; why not get more mileage out of it?
(Thanks for the info - we’ll fix the links…)
Chet.
Oops! Thanks lqd, I fixed these issues in the CVS and the zip file is being uploaded.