I\'m trying to draw an image on an AWT Canvas.
The only line I\'ve got this far is:
Canvas canvas = new Canvas();
I\'m not sure which m
getImage() drawImage()
There are many methods of drawing graphics in java.it will get you started