Thread: help
View Single Post
  #7 (permalink)  
Old 12-09-2007, 05:47 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,141
hardwired is on a distinguished road
Code:
r.setLocation(x, y); Rectangle bounds = getBounds(); if(!bounds.contains(r)) return true;
Reply With Quote