import java.awt.*; import java.util.*; //class that can store any type of object used in an animation class GraphicObject{ int x,y; String name; int aux[]; double daux[]; int type; Color col; Color col2; String[] as; }