I can't get doubles to work with drawImage. I feel stupid. I'm not sure if you can, but I've seen the outline for drawImage with the fields (img, double x, double y, observer) on Javas websites.
I'm using Graphics2D, and when I go to plug the doubles in, I get an error saying the doubles are applicable, as the fields must be integers.
Could some enlighten me on this please? Thank you.