posted 16 years ago
Hey guys.
I'm new to the saloon. My name is Eric. I was wondering if you guys could help me with a program I've been working on. I had my program working with various strings, but I decided to rework it with array lists. The problem is the 17 or so instances of
matrix.add(poem#);
poem#.add(Author);
poem#.add(Title);
I have gives me an identifier expected error. I tried using the just section of the array lists exactly as it appears below in its own class and it worked so Im guessing where the arraylists are placed below they may be in the wrong section of the code. If someone could give me an idea as where to put my arraylists in the context of my program (that Ive included below) I would greatly appreciate it. Thank you.