Search:

Type: Posts; User: doonan79

Search: Search took 0.09 seconds.

  1. Re: Java 1.4 Array issues - controlling array size for dynamic usage

    My imports did not include the correct class :-/
    I added in


    And now it's AOK :)

    --- Update ---

    So going with ArrayList - is there a way to create a 2-dimensional ArrayList without...
  2. Re: Java 1.4 Array issues - controlling array size for dynamic usage

    I'm trying to declare one like this:


    ArrayList p_al = new ArrayList();

    However it's not working. I'm getting this:
    symbol : class ArrayList
    ArrayList p_al = new ArrayList();...
  3. Java 1.4 Array issues - controlling array size for dynamic usage

    I am working on a system and restricted to using Java 1.4
    I have some working code but when declaring an Array I am having to set an Array size large enough to provide for now and the future (as...
Results 1 to 3 of 3