Search:

Type: Posts; User: Marty

Search: Search took 0.07 seconds.

  1. Replies
    16
    Views
    11,868

    Re: ArrayList Problem

    I don't want to pull the list, I want to pull a random string from the list.
  2. Replies
    16
    Views
    11,868

    Re: ArrayList Problem

    Thats basically all i have..

    It adds it to the list fine as i had it print the list and it showed the playerName after it was added, just i need to add a method that picks a random String from...
  3. Replies
    16
    Views
    11,868

    ArrayList Problem

    Alright so far i've created the list, and am able to add/delete certain things from the list when neccessary.

    Heres what I have..


    public static ArrayList<String> cSP = new...
Results 1 to 3 of 3