2012-03-10, 08:21 PM
Marksman Bryan Wrote:public Tower[] t = new Tower[3]; is the initializer, no?
That creates three ArrayListStack's in each Tower object, since a Tower takes no parameters.
EDIT:
nvm didn't work
probably used the wrong terminology when replying, but basically you create an array of references but don't create the actual objects.

