Results 1 to 1 of 1
Thread: Need Implementation Advice
- 09-18-2012, 06:55 AM #1
Member
- Join Date
- Sep 2012
- Posts
- 1
- Rep Power
- 0
Need Implementation Advice
Hi all,
I want to code a simple game where the player occupies a position on a grid and can move around the grid using the arrow keys or buttons. I'm working on the grid right now and I'm not sure how best to implement it. I need the grid to be a solid color with a white border around each cell in the grid, and I want to have the option to have 1-2 overlays in each cell (1 overlay to represent the player sprite, 1 overlay to represent an item or what-have-you).
I've been looking at AWT tutorials and I find them really confusing, especially how the different elements are nested in each other. What is the difference between a JPanel and a Container? Should each cell in the grid be a Container? Or is there a better way to implement this?
Thanks in advance! :)
Similar Threads
-
hi need some advice
By addrianbfr in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 05-10-2012, 08:39 AM -
Implementation advice (instanceof and interaction between subclasses)
By Diargg in forum Advanced JavaReplies: 24Last Post: 03-12-2012, 06:28 PM -
Need some serious advice
By Rituparna in forum Jobs DiscussionReplies: 6Last Post: 03-25-2011, 06:34 PM -
looking for OO advice
By intrepid604 in forum New To JavaReplies: 7Last Post: 02-16-2011, 05:01 PM -
Some advice please!
By awebbtt in forum New To JavaReplies: 3Last Post: 02-02-2009, 07:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks