I got an extended JLabel class where I draw my Map using the code below : the new AffineTransform() is the identity to left my image as it is (0,0,w,h)
JLabel
new AffineTransform()
I found these:
Don't know if they will help or not.