Search:

Type: Posts; User: Lenjaku

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: creating an iterator without creating a class for it

    I agree. Unfortunately we were asked to use existing methods.
    I would write a method that scans till current index -1 or something, pretty much does the same but without using external method.
    On...
  2. [SOLVED] Re: creating an iterator without creating a class for it

    forgot to add this:

    @Override
    public boolean hasNext() {
    if(index>0)
    return true;
    return false;
    }
  3. [SOLVED] Re: creating an iterator without creating a class for it

    First thank you very much for the help.

    I tried doing it but my Iterator wouldn;t iterate...it prints the first 1 only...
    It should (by what we were asked) start from the end to teh start so I...
  4. [SOLVED] creating an iterator without creating a class for it

    I was asked to add an iterator to a class called MyLinkedList<E> which extends MyAbstractList<E> (abstract class) which implements MyList<E> (interface) .

    Now I am asked to create the iterator...
  5. Re: Help w/ hw , help with panels layouts in frame.

    1968
    I hope this is better
    They did split to 3 parts (using the word forms) but it could b anything I guess like parts in parts or w/e they did not say what not to use :S...
    -.- I am clueless....I...
  6. Re: Help w/ hw , help with panels layouts in frame.

    I can try though we only learned grid flow and border in class.
    Though I don;t mind trying (which I will do right away) it still leaves the question how the gray line in between the panels is...
  7. Help w/ hw , help with panels layouts in frame.

    It is a class assignment, I have to create a form as given in a picture but I was not given any instructions ...
    Now they did say the window is splited to 3 forms.
    I am not sure what to do I think...
Results 1 to 7 of 7