I'm developing a Snake game. Instead of showing moving rectangle, I'm planning to show a picture and want to move it with keystrokes.
but I can't do it with Jlabel. since labels are static in position.
Is there any way to display them as a image only??
thanx.