Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Re: Null Pointer Exception can't figure out how to solve this

    @gokuball, please read
    http://www.javaprogrammingforums.com/cafe/6776-problems-cross-posting.html
  2. Re: Null Pointer Exception can't figure out how to solve this

    I still don't see where the variable is instantiated.
  3. Re: Null Pointer Exception can't figure out how to solve this

    Yes, but where is it instantiated? See
    Creating Objects (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
  4. Re: Null Pointer Exception can't figure out how to solve this

    A NullPointerException is thrown when something is null - or has not been instantiated (ether assigned or a new instance created). So there must be a variable on that line which was never assigned to...
  5. Re: Null Pointer Exception can't figure out how to solve this

    Something is null on line 32 of the InfoPanel class...what variables are on that line? Is there a variable on that line that may not have been instantiated? (hint: is there an instance variable in...
Results 1 to 5 of 5