Hello, I'm writing an applet (not J) that has an animation in it (two pics bouncing around the screen). The problem I have is that I don't know the correct boundary coordinates in which the images are supposed to bounch back. The dimension that I get by calling the getSize() method seems to give me incorrect #s. Could anyone point me into the right direction as to how I can get the exact boundary coordinates? Thanks.