Hi,

On Fri, 2005-07-15 at 13:35 -0400, Lillian Angel wrote:

> +         Rectangle bounds = BasicTreeUI.this.getCellBounds(x, y,
> cell);
> +         if ((clickY >= (y - 10) && clickY <= (y + bounds.height +
> 10))
> +               && (clickX >= x && clickX <= (x + bounds.width + 25)))

Where do these constants come from?  Shouldn't they be calculated based
on the cell's bounds?

Tom




_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to