Search:

Type: Posts; User: RaycasterJr

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Newbie Problem With Null Pointer Exception

    Thanks for the help - This concept allowed me to fix the problem with the arrays. Problem Solved - Mission Success!
  2. [SOLVED] Re: Newbie Problem With Null Pointer Exception

    This is the error I get when I run the program.

    Exception in thread "main" java.lang.NullPointerException
    at tuna.<init>(tuna.java:64)
    at apples.main(apples.java:5)

    I think that it means...
  3. [SOLVED] Newbie Problem With Null Pointer Exception

    Trying to build my first calculator from scratch and everything was going smooth but I am now getting hit with a handler coming up as a null pointer exception.



    import javax.swing.JFrame;...
Results 1 to 3 of 3