Java2D Images and DnD

I am making a simple game. Well, I don’t think you could really call it that as of now.

I need to know how to display a background image 600x400, display more images 20x20 on top of the background, and also how to drag and drop the images on top of the background.

Please give me down to Earth instructions. I can accomplish things as long as they are laid out in front of me.

I appreciate any responses. Yes, I realize I am a total newb.

-The Poisonous Parrot

Look into the Wiki (link above!), there you will find a link to Gage and other stuff. On the Gage Page download Gage and the Shooter example…hope that helps.

Oh…and use Google to find some tutorials ;)…
If you found some usefull stuff outside the wiki feel free to report it to me or to put it into the wiki :slight_smile:

I already have gage. The shooter example didnt help me. How do I drag and drop the images on the bkgd?

add a mouselistener to the frame and then look where the mouse is moved/clicked and update the bitmap-locations.