Hi,
I'm making a small card game in
Java with Swing, and I've run into a problem.
I have the following code when you drag with your mouse:
What it's supposed to do, is when you first click on a stack of
cards, it removes the stack of
cards from the field, and then puts it on the drag panel.
This is the DragPanel class:
Which is calling a method from CardImager, which doesn't modify the card in any way.
Do any of you have any insight?