How can I put an Icon in an applet? I know with applet.setCursor(int). But I cannot figure how to put an icon...
Printable View
How can I put an Icon in an applet? I know with applet.setCursor(int). But I cannot figure how to put an icon...
Look up the drawImage function of the Graphics class