Search:

Type: Posts; User: Angela

Search: Search took 0.19 seconds.

  1. Replies
    2
    Views
    1,955

    Re: Reading XML, isEndElement is never true

    The only exception that I get is after this function returns, when i try to use the list becuase the list it returns is empty.

    The last System.out.println never prints, because the code never...
  2. Replies
    2
    Views
    1,955

    Reading XML, isEndElement is never true

    the goal here is to read in an xml file and return a list of emailObjects.
    my problem is that the last if statement never fires. this one: ( if (event.isEndElement()).
    it's supposed to add the...
  3. Replies
    3
    Views
    952

    Re: Hello from Kansas

    Nice to meet you Freaky Chris ! i was just looking into lwjgl. I know a guy that does 3d models in Blender and I was trying to figure out how to incorporate them into a game. I never did quite come...
  4. Replies
    3
    Views
    952

    Hello from Kansas

    Hi Everyone

    Java is kind of my hobby. I recently started a little open source hobby project - it's a program that monitors server status, and the people I had collaborating on the project kind of...
  5. Re: logic error somewhere.. working with try & catch, simple array.. please help

    Have you tried putting your if(i>a.length) block inside of your catch block ? It looks to me like you are going to keep throwing the exception until you change your code to check A[i] is within...
Results 1 to 5 of 5