Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,777

    [SOLVED] Re: ArrayList Troubles.

    Glad it's resolved. I have marked this thread as solved :)
  2. Replies
    3
    Views
    1,777

    [SOLVED] Re: ArrayList Troubles.

    It compiles fine for me?!


    public static void main(String[] args) {

    ArrayList<String> coordsComp = new ArrayList<String>();

    String space11 = "(1,1)";
    String space12 = "(1,2)";...
Results 1 to 2 of 2