I need the best 2d graphics book in Java. And also need correct link for ebook for that.........

link|improve this question
I believe this is one of those questions that the SO community would prefer to be marked "community wiki" – MatrixFrog Dec 31 '09 at 5:44
here's 1D sound web.comhem.se/nrz/waves.html for physics source from my place web.comhem.se/nrz or read baase van gelder for best algorithms. – Nick Rosencrantz Dec 31 '09 at 6:28
feedback

2 Answers

up vote 7 down vote accepted

Java 2D Graphics by Jonathan Knudsen alt text

Java 2D API Graphics by Vincent J. Hardy alt text

link|improve this answer
feedback

I would recommend Filthy Rich Clients by Chet Haase and Romain Guy.

Although the book is geared toward making aesthetically-pleasing graphical user interfaces, it does go into detail about how to use Java 2D effectively.

link|improve this answer
1  
Great book. It gives a lot of tips for improving performance of Java 2D. – Jay Askren Jan 5 '10 at 5:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.