Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,422

    Re: Help with my code please!

    I think the issue you are having is that you did not realize that ArrayList is a class that already exists. Head over to google and look it up. It's a great class that you will use for years to come,...
  2. Replies
    8
    Views
    1,422

    Re: Help with my code please!

    Your problem here is that you are creating your own arraylist object. Is there a reason you are not using the ArrayList class from the java.util package?
Results 1 to 2 of 2