Moving Images from the Graphics class

I’m using the Graphics class and Image class to draw an image onto an applet. I’m using a keylistener to move the position +5 or -5 in the x direction. The image speeds up way too fast when the key get held down, because the image is contantly incrementing. Is there a better way to do this? I want the image to move slow and constant when the key is held down.