Tagged Questions
4
votes
2answers
212 views
Minesweeper: Mouse listener problem
I have wrote a code for game Minesweeper and there is no problem with the graphics,but there is some problems with MouseListener. Here is my code
/*
* To change this template, choose Tools | ...
1
vote
2answers
160 views
What framework provides mouse-interactive components as game sprites? [closed]
Background:
I wish to make a really flashy chess game. The squares on the board will be unique terrain. The pieces will be colourful images. The pieces will be animated. The pieces will sometimes ...