I am creating a board game, and the board is represented by a BufferedImage. However, I wish to draw on top of this (for example counters). When I move the counters, there is a blue square left where the counter used to be - is there any way to clear an area?
Also, If I wished to use small images to represent the counters (rather than drawing a polygonal shape), how would I do this? Thanks, Jamie Fraser =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
