Search:

Type: Posts; User: wltrallen2

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,549

    [SOLVED] Re: Null Pointer Exception

    Thank you, pbrockway2, for the additional instruction. I'm really enjoying learning the language and the lingo of the programming world. Thanks for your patience and your help! :cool:
  2. Replies
    7
    Views
    1,549

    [SOLVED] Re: Null Pointer Exception

    Okay... so I finally answered my own question. Just for reference, I had forgotten to instantiate the ArrayList in my ivars at the bottom of the program. Instead of...

    ArrayList<String> friends =...
  3. Replies
    7
    Views
    1,549

    [SOLVED] Re: Null Pointer Exception

    Okay, so actually your comments were really helpful once I started digging. The original problem was the line:


    friends.clear();

    because there weren't any entries in the ArrayList<String>...
  4. Replies
    7
    Views
    1,549

    [SOLVED] Re: Null Pointer Exception

    Still learning terminology... Is this the stack trace to which you are referring:


    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at...
  5. Replies
    7
    Views
    1,549

    [SOLVED] Null Pointer Exception

    Hi. I'm learning java through Standford's Open Courseware, and while it's a phenomenal program, and I've been able to work each of the assignments on my own thus far without the teacher contact that...
Results 1 to 5 of 5