Search:

Type: Posts; User: mds1256

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    4,443

    Re: java.lang.NullPointerException - Help

    brilliant. thanks very much for this

    Really appreciate it :)
  2. Replies
    5
    Views
    4,443

    Re: java.lang.NullPointerException - Help

    not sure what you mean all my code is below


    To get a dice with 1 spot i run the code:
    Square s = new Square();
    Circle c1 = new Circle();
    Circle c2 = new Circle();
    Circle c3 = new Circle();...
  3. Replies
    5
    Views
    4,443

    java.lang.NullPointerException - Help

    Im trying to run this code i have written but cannot see whats wrong with it. i get the java.lang.NullPointerException error when running it.

    Basically what im trying to do is to move a background...
Results 1 to 3 of 3