tags:

views:

239

answers:

4

Please recommend a Swing book that covers creating custom JComponents.

+2  A: 

I don't know if any books are that focused. Here are some online resources:

Bill the Lizard
+1  A: 

Take a look into the source code of some open source Swing Components at

  1. https://l2fprod-common.dev.java.net/
  2. https://swingx.dev.java.net/
swapnonil
+1  A: 

If you're after a book, Manning has one titled "Swing" by Mathew Robinson and Pavel Vorobiev that has answered (in depth) every Swing question I've ever had. I recommend it. ISBN-10: 193011088X

Scott Saunders
+1  A: 

Filthy Rich Clients (http://filthyrichclients.org/)

Swing Hacks (http://oreilly.com/catalog/9780596009076/preview.html)

l_39217_l