-
Java checkers game?
Ok i'm making a java application that is the checkers game. I have a class for just the peices, it will know whether a peice can move and where, what to do when clicked, if its a king piece or not, and several other things. Well my question is how do i add each piece to the board so that when you click a piece it knows it's that object and not just the square u clicked in. As of right now i have a class to build the board and that's added to the content pane. If this isn't enough description let me know and i'll post the current code.
-
Could you use something like the Rectangle contains() method to detect if the click is on the image of a piece or not?
Do you change the cursor when it's over a piece? Same problem.
Similar Threads
-
Replies: 2
Last Post: 06-14-2006, 03:16 PM
-
Replies: 1
Last Post: 05-13-2005, 06:46 AM
-
By Rob Abbe in forum Talk to the Editors
Replies: 44
Last Post: 01-13-2003, 02:57 PM
-
By Mike Tsakiris in forum .NET
Replies: 11
Last Post: 10-04-2002, 05:32 PM
-
By JJ in forum Enterprise
Replies: 1
Last Post: 07-06-2000, 04:50 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks