Exemple #1
0
 private void addMotionListener() {
   _tile.addMouseMotionListener(_mml);
   _hasMotionListener = true;
 }