Hi, Anyone know how to create an array list of triangle objects ArrayList<Tri> triArray = new ArrayList<Tri>(1); is giving me the following problem "The type ArrayList is not generic; it cannot be parameterized with arguments <Tri>" Simon