How to implement image map type interface for a game board in Java 6
        Posted  
        
            by Billy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Billy
        
        
        
        Published on 2010-05-03T15:43:25Z
        Indexed on 
            2010/05/03
            15:48 UTC
        
        
        Read the original article
        Hit count: 288
        
My group project at school is to implement a style of monopoly in which students can buy courses and land on various squares and move around the board. This is not a regular square board so we were wondering if anyone had any ideas on how we would implement an image map or something like it to create many clickable regions not in a perfect square. I have attached the image of the game board. Just a way to start is needed, not lots of code or anything as we all know java pretty well. If anyone has any ideas that would be great.
Image of board is here. http://imgur.com/fH5WC.png
© Stack Overflow or respective owner