+ 1
if you're using standard java2d, g.drawImage() supports a 6 argument that sets width and height. g.drawImage(image, xPosition, yPosition, Width, Height, this)
22nd Jul 2016, 3:14 AM
James
James - avatar