Esempio n. 1
0
 private boolean inSelection(int x, int y) {
   return mySelection != null && mySelection.contains(new Point(x, y));
 }