Search:

Type: Posts; User: lesshardtoofind

Search: Search took 0.12 seconds.

  1. Re: Null Pointer Exception :: Switch statement not working.

    I figured it out. The issue was with



    for(int objectcount = 0; objectcount < fileinfo.length(); objectcount++){
    if(fileinfo.codePointAt(objectcount) != 0)
    numberofobjects++; // if its...
  2. Re: Null Pointer Exception :: Switch statement not working.

    My apologies. The entire stack of errors is

    java.lang.NullPointerException
    at lesshardtofind.me.mygdxgame.ThisGame.drawlevel(ThisGame.java:444) (line 444 is the line where...
  3. [Solved] Null Pointer Exception :: Switch statement not working.

    Hi,

    First post here and pretty new to Java, so thanks in advance for your help in located what I'm sure is going to be a simple mistake. I am trying to write a basic function that loads a...
Results 1 to 3 of 3