Search:

Type: Posts; User: lither

Search: Search took 0.17 seconds.

  1. Replies
    9
    Views
    1,589

    Re: Stuck with an Event Generator

    Ah, got it. Should have been mWeekday = new ArrayList<String>(); and not ArrayList<String> mWeekday = new ArrayList<String>;
  2. Replies
    9
    Views
    1,589

    Re: Stuck with an Event Generator

    Yes, I did, and it just printed null. But that shouldn't be correct, in my mind, because I used the add() method in the constructor. What am I missing out on here?


    import java.util.HashMap;...
  3. Replies
    9
    Views
    1,589

    Re: Stuck with an Event Generator

    But I posted a link to it. It's right where it said "[Java] class: Person (updated) - Pastebin.com". If that's not a welcomed way of displaying code, I can include it instead.
  4. Replies
    9
    Views
    1,589

    Re: Stuck with an Event Generator

    Thank you for the replies! Helped out a lot and the only thing I've got left is some NullPointerException for my ArrayList (we haven't learned List yet, so don't bother telling me to use that ;)).
    ...
  5. Replies
    9
    Views
    1,589

    Stuck with an Event Generator

    Hey guys!

    Was recommended this forum by a friend of mine and the expertise here seems to be beyond anything I've seen before, so I'm thrilled to learn a lot from it. I'm currently studying a...
Results 1 to 5 of 5