For the movement of pawns, that's a bit more difficult because I have to add the graphics object to a JLayeredPane where it will individually add the pawn onto each sort of, part of the gameboard. Anywhoo, thought I'd get that down here in writing, anyways.
I'm sort of falling behind schedule cause I still have to find out how to keep track of the number of people who are playing - I think I might just limit it to Computer and 1 Player for now, might extend it later, but time is of the essence right now.
Also, I still have to test for input on each of the buttons that are pressed because otherwise, the people can't buy properties.
I've been thinking about it, and I think I'll make it an array of objects (yes, another one) that contains a long variable for the amount in your account, and an int variable for the number of houses or hotels that you have on a specific property.
But I might not even have time for all those parts of the program..so, I really don't know....
BLOODY EXAMS! IF NOT FOR EXAMS, I MIGHT HAVE MORE TIME TO MAKE THE PROGRAM FUNNER.