That array only can be accessed in the main method. Because it is declared in main. Other methods in the Driver class cannot access it as it is out of their scope.
OK, I got all five classes to compile, but now get a NullPointerException when I try to run it. Anyone have the time and inclination to help?
I'm pretty busy at the moment, but I might be able to give it a quick look if you email me the files and tell me what line it's failing on. nhayden@hotmail.com
Does it have anything to do with your array? Is the array actually pointing to an object when you are trying to access it?