it simply holds an int x/y point for use by Tetris, and supports equals() and toString(). We'll allow public access to x/y, so this is not an object really. */ public class TPoint { public int x; public int y; /