Search:

Type: Posts; User: Damarshn

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,508

    Arrays of Class

    I am trying to create and array of a particular class, Ant, its actually an ArrayList and a multidimensional Array, see below. What I need to know is what do I need to add or change to do this.
    ...
  2. Replies
    2
    Views
    1,415

    Re: Linked Queue Implementation

    Ok, sadly that still doesn't help me with my Question?
  3. Replies
    2
    Views
    1,415

    Linked Queue Implementation

    I am trying to understand linked queue, my teacher has already written a data structure for implementation but I need help under standing how to use is with multiple data elements? What we are doing...
  4. Replies
    10
    Views
    1,753

    Re: Java Course Issues (Mod 5)

    133 Vector[] a = new Vector[4] {path.getAbsolutePath(),getSizeString(path.length()),"Folder",formattedDateString(path.lastModified())};
    134 gui.updateListing(a);
  5. Replies
    10
    Views
    1,753

    Re: Java Course Issues (Mod 5)

    I guess I am insure what you mean then. I am using eclipse and that is the full text of the error I get when in eclipse. The only extra information is the resource, path, location, and type; which...
  6. Replies
    10
    Views
    1,753

    Re: Java Course Issues (Mod 5)

    First issue with vector multiple occurrences of "Type mismatch: cannot convert from String to Vector DirectoryLister.java"
    Next line, with the call I get "The method updateListing(Vector) in the...
  7. Replies
    10
    Views
    1,753

    Re: Java Course Issues (Mod 5)

    Did my last reply not get approved by moderation?
  8. Replies
    10
    Views
    1,753

    Re: Java Course Issues (Mod 5)

    Sorry for the delay. Below is the portion of code I am referring to and below that is the portion which is referenced in the code. Code makes a note of Module 3 that working function is at the...
  9. Replies
    10
    Views
    1,753

    Java Course Issues (Mod 5)

    Not sure about proper etiquette or how to best describe my issues, that's where I am at. I am set to graduate this semester baring me passing this class.

    Attached is my current on what is...
Results 1 to 9 of 9