Drag and Drop and identify locations with java
Posted
by out_sider
on Stack Overflow
See other posts from Stack Overflow
or by out_sider
Published on 2010-05-05T21:19:29Z
Indexed on
2010/05/05
21:28 UTC
Read the original article
Hit count: 191
java
|game-development
I'm trying to do something quite simple, but I'm having a hard time finding good examples on the net to what I want specifically. I'd like to somehing very similer to what it's here: Dao
It's a simple game called DAO and I just need to have a background image with 16 squares (4x4) and drag and drop the images (pieces) on each square to the others. I'm developing the interface using swing and I simply want to know a good place to find tutorials for such implementations or a simple suggestion on how to do it. Thanks in advance
© Stack Overflow or respective owner