Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Jva Game error: Exection in thread "main" java.lang.nullpointerexception

    There is a method that will center a JFrame when given a null arg. Check the API doc.
  2. Re: Jva Game error: Exection in thread "main" java.lang.nullpointerexception

    There is a variable or value with a null value on line 52. Look at line 52 in the your source and see what variable is null. Then backtrack in the code to see why that variable does not have a valid...
Results 1 to 2 of 2