How to Draw a Image on a Canvas in a JFrame
843807Oct 19 2005 — edited Oct 19 2005hi, im having problems trying to draw a image in a canvas in a jFrame. the image is a gif,
and first i try
g.drawImage(image,x,y,this), where image is already set with the gif and x = 0 and y = 0
then
canvas.paint(g);
canvas.update(g);
this doenst work, help me