I'm programming a JBox2D Application. Until now, I used the Graphics2D and the Swing library to draw JBox2D objects on the screen. But now it's getting difficult because I want to attach images and rotate Objects. If you work also with JBox2D, can you recommend a good Drawing library?
Thanks guys