Tagged Questions
2
votes
3answers
77 views
Building a drag and drop puzzle-type interface with snap alignment
I'm building an Android puzzle game where the user rotates and shifts pieces of a puzzle to form a final picture. It's a bit like a sliding block puzzle but the shape and size of pieces is not uniform ...
2
votes
1answer
277 views
MDI : How to create snappable internal jframes
I am interested in creating a work place consisting of multiple jframes. I would like to implement the functionality that google dashboard uses to dock their frames into a position. I would also like ...
1
vote
4answers
885 views
Snap point to a line - Java
I have two gps coordinates which link together to make a line. I also have a gps point which is near to, but never exactly on, the line. My question is how do I find the nearest point along the line ...