Hi,
I am working on a project where I can select items from the screen, say, an image of some sorts.
The idea is I will click on this image and a screen will pop up, I will then select from a list on this screen 1 other item or a group of items, and then click OK. When I click OK another image will be created and attached to my mouse pointer. I can then move my mouse around with the image and click at a certain point on the screen to deposit my image there.
I have looked at the java API and under the mouse section (ie: mouse listener, etc), but there doesn’t appear to be anything like this. Is it even possible? I am looking for someone to point me in the right direction, mostly an API, or a tutorial (or sample code).
Thank you !