Java Dragging an object from one area to another [on hold]
- by user50369
Hello I have a game where you drag bits of food around the screen. I want to be able to click on an ingredient and drag it to another part of the screen where I release the mouse.
I am new to java so I do not really know how to do this please help me Here is me code.
This is the class with the mouse listeners in it:
public void…