Reply to Deewiant, > public myClass[] myArray = new myClass[5]; > Also note that this is an array of class /references/ not objects. Just thought that should be explicitly stated.